blob: ee2c1993972a615e30b7a3bf5a7cae70a19e4886 [file] [log] [blame]
/**
*/
package org.hl7.fhir;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Provenance Entity Role</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* How an entity was used in an activity.
* If the element is present, it must have either a @value, an @id, or extensions
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.hl7.fhir.ProvenanceEntityRole#getValue <em>Value</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getProvenanceEntityRole()
* @model extendedMetaData="name='ProvenanceEntityRole' kind='elementOnly'"
* @generated
*/
public interface ProvenanceEntityRole extends Element {
/**
* Returns the value of the '<em><b>Value</b></em>' attribute.
* The literals are from the enumeration {@link org.hl7.fhir.ProvenanceEntityRoleList}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Value</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Value</em>' attribute.
* @see org.hl7.fhir.ProvenanceEntityRoleList
* @see #isSetValue()
* @see #unsetValue()
* @see #setValue(ProvenanceEntityRoleList)
* @see org.hl7.fhir.FhirPackage#getProvenanceEntityRole_Value()
* @model unsettable="true"
* extendedMetaData="kind='attribute' name='value'"
* @generated
*/
ProvenanceEntityRoleList getValue();
/**
* Sets the value of the '{@link org.hl7.fhir.ProvenanceEntityRole#getValue <em>Value</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Value</em>' attribute.
* @see org.hl7.fhir.ProvenanceEntityRoleList
* @see #isSetValue()
* @see #unsetValue()
* @see #getValue()
* @generated
*/
void setValue(ProvenanceEntityRoleList value);
/**
* Unsets the value of the '{@link org.hl7.fhir.ProvenanceEntityRole#getValue <em>Value</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSetValue()
* @see #getValue()
* @see #setValue(ProvenanceEntityRoleList)
* @generated
*/
void unsetValue();
/**
* Returns whether the value of the '{@link org.hl7.fhir.ProvenanceEntityRole#getValue <em>Value</em>}' attribute is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return whether the value of the '<em>Value</em>' attribute is set.
* @see #unsetValue()
* @see #getValue()
* @see #setValue(ProvenanceEntityRoleList)
* @generated
*/
boolean isSetValue();
} // ProvenanceEntityRole