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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as ActRelationshipReplacement
static ActRelationshipReplacement ActRelationshipReplacement.RPLC_LITERAL
          The 'RPLC' literal object.
static ActRelationshipReplacement ActRelationshipReplacement.SUCC_LITERAL
          The 'SUCC' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return ActRelationshipReplacement
static ActRelationshipReplacement ActRelationshipReplacement.get(int value)
          Returns the 'Act Relationship Replacement' literal with the specified integer value.
static ActRelationshipReplacement ActRelationshipReplacement.get(java.lang.String literal)
          Returns the 'Act Relationship Replacement' literal with the specified literal value.
static ActRelationshipReplacement ActRelationshipReplacement.getByName(java.lang.String name)
          Returns the 'Act Relationship Replacement' literal with the specified name.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return ActRelationshipReplacement
 ActRelationshipReplacement CDAR2FactoryImpl.createActRelationshipReplacementFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ActRelationshipReplacement CDAR2FactoryImpl.createActRelationshipReplacementObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ActRelationshipReplacement
 boolean CDAR2Validator.validateActRelationshipReplacement(ActRelationshipReplacement actRelationshipReplacement, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateActRelationshipReplacementObject(ActRelationshipReplacement actRelationshipReplacementObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)