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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as EntityClassContainer
static EntityClassContainer EntityClassContainer.CONT_LITERAL
          The 'CONT' literal object.
static EntityClassContainer EntityClassContainer.HOLD_LITERAL
          The 'HOLD' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type EntityClassContainer
 boolean CDAR2Validator.validateEntityClassContainer(EntityClassContainer entityClassContainer, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateEntityClassContainerObject(EntityClassContainer entityClassContainerObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)