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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as ActRelationshipExcerpt
static ActRelationshipExcerpt ActRelationshipExcerpt.VRXCRPT_LITERAL
          The 'VRXCRPT' literal object.
static ActRelationshipExcerpt ActRelationshipExcerpt.XCRPT_LITERAL
          The 'XCRPT' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ActRelationshipExcerpt
 boolean CDAR2Validator.validateActRelationshipExcerpt(ActRelationshipExcerpt actRelationshipExcerpt, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateActRelationshipExcerptObject(ActRelationshipExcerpt actRelationshipExcerptObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)