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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as ActClassContractMember1
static ActClassContractMember1 ActClassContractMember1.CNTRCT_LITERAL
          The 'CNTRCT' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ActClassContractMember1
 boolean CDAR2Validator.validateActClassContractMember1(ActClassContractMember1 actClassContractMember1, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateActClassContractMember1Object(ActClassContractMember1 actClassContractMember1Object, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)