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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as ActRelationshipObjective
static ActRelationshipObjective ActRelationshipObjective.OBJC_LITERAL
          The 'OBJC' literal object.
static ActRelationshipObjective ActRelationshipObjective.OBJF_LITERAL
          The 'OBJF' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ActRelationshipObjective
 boolean CDAR2Validator.validateActRelationshipObjective(ActRelationshipObjective actRelationshipObjective, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateActRelationshipObjectiveObject(ActRelationshipObjective actRelationshipObjectiveObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)