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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as EntityClassPlace
static EntityClassPlace EntityClassPlace.CITY_LITERAL
          The 'CITY' literal object.
static EntityClassPlace EntityClassPlace.COUNTRY_LITERAL
          The 'COUNTRY' literal object.
static EntityClassPlace EntityClassPlace.COUNTY_LITERAL
          The 'COUNTY' literal object.
static EntityClassPlace EntityClassPlace.PLC_LITERAL
          The 'PLC' literal object.
static EntityClassPlace EntityClassPlace.PROVINCE_LITERAL
          The 'PROVINCE' literal object.
 

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return EntityClassPlace
 EntityClassPlace CDAR2FactoryImpl.createEntityClassPlaceFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 EntityClassPlace CDAR2FactoryImpl.createEntityClassPlaceObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 EntityClassPlace POCDMT000040PlaceImpl.getClassCode()
           
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type EntityClassPlace
 boolean CDAR2Validator.validateEntityClassPlace(EntityClassPlace entityClassPlace, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateEntityClassPlaceObject(EntityClassPlace entityClassPlaceObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)