Uses of Class
org.eclipse.ohf.ihe.common.cdar2.ActRelationshipHasComponent

Packages that use ActRelationshipHasComponent
org.eclipse.ohf.ihe.common.cdar2   
org.eclipse.ohf.ihe.common.cdar2.impl   
org.eclipse.ohf.ihe.common.cdar2.util   
 

Uses of ActRelationshipHasComponent in org.eclipse.ohf.ihe.common.cdar2
 

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as ActRelationshipHasComponent
static ActRelationshipHasComponent ActRelationshipHasComponent.ARR_LITERAL
          The 'ARR' literal object.
static ActRelationshipHasComponent ActRelationshipHasComponent.COMP_LITERAL
          The 'COMP' literal object.
static ActRelationshipHasComponent ActRelationshipHasComponent.CTRLV_LITERAL
          The 'CTRLV' literal object.
static ActRelationshipHasComponent ActRelationshipHasComponent.DEP_LITERAL
          The 'DEP' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return ActRelationshipHasComponent
static ActRelationshipHasComponent ActRelationshipHasComponent.get(int value)
          Returns the 'Act Relationship Has Component' literal with the specified integer value.
static ActRelationshipHasComponent ActRelationshipHasComponent.get(java.lang.String literal)
          Returns the 'Act Relationship Has Component' literal with the specified literal value.
static ActRelationshipHasComponent ActRelationshipHasComponent.getByName(java.lang.String name)
          Returns the 'Act Relationship Has Component' literal with the specified name.
 ActRelationshipHasComponent POCDMT000040Component1.getTypeCode()
          Returns the value of the 'Type Code' attribute.
 ActRelationshipHasComponent POCDMT000040Component3.getTypeCode()
          Returns the value of the 'Type Code' attribute.
 ActRelationshipHasComponent POCDMT000040Component2.getTypeCode()
          Returns the value of the 'Type Code' attribute.
 ActRelationshipHasComponent POCDMT000040Component4.getTypeCode()
          Returns the value of the 'Type Code' attribute.
 ActRelationshipHasComponent POCDMT000040Component5.getTypeCode()
          Returns the value of the 'Type Code' attribute.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type ActRelationshipHasComponent
 void POCDMT000040Component1.setTypeCode(ActRelationshipHasComponent value)
          Sets the value of the 'Type Code' attribute.
 void POCDMT000040Component3.setTypeCode(ActRelationshipHasComponent value)
          Sets the value of the 'Type Code' attribute.
 void POCDMT000040Component2.setTypeCode(ActRelationshipHasComponent value)
          Sets the value of the 'Type Code' attribute.
 void POCDMT000040Component4.setTypeCode(ActRelationshipHasComponent value)
          Sets the value of the 'Type Code' attribute.
 void POCDMT000040Component5.setTypeCode(ActRelationshipHasComponent value)
          Sets the value of the 'Type Code' attribute.
 

Uses of ActRelationshipHasComponent in org.eclipse.ohf.ihe.common.cdar2.impl
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return ActRelationshipHasComponent
 ActRelationshipHasComponent CDAR2FactoryImpl.createActRelationshipHasComponentFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ActRelationshipHasComponent CDAR2FactoryImpl.createActRelationshipHasComponentObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ActRelationshipHasComponent POCDMT000040Component5Impl.getTypeCode()
           
 ActRelationshipHasComponent POCDMT000040Component4Impl.getTypeCode()
           
 ActRelationshipHasComponent POCDMT000040Component3Impl.getTypeCode()
           
 ActRelationshipHasComponent POCDMT000040Component2Impl.getTypeCode()
           
 ActRelationshipHasComponent POCDMT000040Component1Impl.getTypeCode()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type ActRelationshipHasComponent
 void POCDMT000040Component5Impl.setTypeCode(ActRelationshipHasComponent newTypeCode)
           
 void POCDMT000040Component4Impl.setTypeCode(ActRelationshipHasComponent newTypeCode)
           
 void POCDMT000040Component3Impl.setTypeCode(ActRelationshipHasComponent newTypeCode)
           
 void POCDMT000040Component2Impl.setTypeCode(ActRelationshipHasComponent newTypeCode)
           
 void POCDMT000040Component1Impl.setTypeCode(ActRelationshipHasComponent newTypeCode)
           
 

Uses of ActRelationshipHasComponent in org.eclipse.ohf.ihe.common.cdar2.util
 

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ActRelationshipHasComponent
 boolean CDAR2Validator.validateActRelationshipHasComponent(ActRelationshipHasComponent actRelationshipHasComponent, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateActRelationshipHasComponentObject(ActRelationshipHasComponent actRelationshipHasComponentObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)