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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as ActClassSupply
static ActClassSupply ActClassSupply.DIET_LITERAL
          The 'DIET' literal object.
static ActClassSupply ActClassSupply.SPLY_LITERAL
          The 'SPLY' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return ActClassSupply
static ActClassSupply ActClassSupply.get(int value)
          Returns the 'Act Class Supply' literal with the specified integer value.
static ActClassSupply ActClassSupply.get(java.lang.String literal)
          Returns the 'Act Class Supply' literal with the specified literal value.
static ActClassSupply ActClassSupply.getByName(java.lang.String name)
          Returns the 'Act Class Supply' literal with the specified name.
 ActClassSupply POCDMT000040Supply.getClassCode()
          Returns the value of the 'Class Code' attribute.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type ActClassSupply
 void POCDMT000040Supply.setClassCode(ActClassSupply value)
          Sets the value of the 'Class Code' attribute.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return ActClassSupply
 ActClassSupply CDAR2FactoryImpl.createActClassSupplyFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ActClassSupply CDAR2FactoryImpl.createActClassSupplyObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ActClassSupply POCDMT000040SupplyImpl.getClassCode()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type ActClassSupply
 void POCDMT000040SupplyImpl.setClassCode(ActClassSupply newClassCode)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ActClassSupply
 boolean CDAR2Validator.validateActClassSupply(ActClassSupply actClassSupply, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateActClassSupplyObject(ActClassSupply actClassSupplyObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)