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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as EntityClassDevice
static EntityClassDevice EntityClassDevice.CER_LITERAL
          The 'CER' literal object.
static EntityClassDevice EntityClassDevice.DEV_LITERAL
          The 'DEV' literal object.
static EntityClassDevice EntityClassDevice.MODDV_LITERAL
          The 'MODDV' literal object.
 

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return EntityClassDevice
 EntityClassDevice CDAR2FactoryImpl.createEntityClassDeviceFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 EntityClassDevice CDAR2FactoryImpl.createEntityClassDeviceObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 EntityClassDevice POCDMT000040DeviceImpl.getClassCode()
           
 EntityClassDevice POCDMT000040AuthoringDeviceImpl.getClassCode()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type EntityClassDevice
 void POCDMT000040DeviceImpl.setClassCode(EntityClassDevice newClassCode)
           
 void POCDMT000040AuthoringDeviceImpl.setClassCode(EntityClassDevice newClassCode)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type EntityClassDevice
 boolean CDAR2Validator.validateEntityClassDevice(EntityClassDevice entityClassDevice, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateEntityClassDeviceObject(EntityClassDevice entityClassDeviceObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)