blob: 23cb7ea179026f88cc002d57412933e352183558 [file] [log] [blame]
/**
*/
package org.hl7.fhir;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Structure Map Dependent</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A Map of relationships between 2 structures that can be used to transform data.
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.hl7.fhir.StructureMapDependent#getName <em>Name</em>}</li>
* <li>{@link org.hl7.fhir.StructureMapDependent#getVariable <em>Variable</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getStructureMapDependent()
* @model extendedMetaData="name='StructureMap.Dependent' kind='elementOnly'"
* @generated
*/
public interface StructureMapDependent extends BackboneElement {
/**
* Returns the value of the '<em><b>Name</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Name of a rule or group to apply.
* <!-- end-model-doc -->
* @return the value of the '<em>Name</em>' containment reference.
* @see #setName(Id)
* @see org.hl7.fhir.FhirPackage#getStructureMapDependent_Name()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='name' namespace='##targetNamespace'"
* @generated
*/
Id getName();
/**
* Sets the value of the '{@link org.hl7.fhir.StructureMapDependent#getName <em>Name</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Name</em>' containment reference.
* @see #getName()
* @generated
*/
void setName(Id value);
/**
* Returns the value of the '<em><b>Variable</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.String}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Variable to pass to the rule or group.
* <!-- end-model-doc -->
* @return the value of the '<em>Variable</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getStructureMapDependent_Variable()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='variable' namespace='##targetNamespace'"
* @generated
*/
EList<org.hl7.fhir.String> getVariable();
} // StructureMapDependent