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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as ParticipationTargetDevice
static ParticipationTargetDevice ParticipationTargetDevice.DEV_LITERAL
          The 'DEV' literal object.
static ParticipationTargetDevice ParticipationTargetDevice.NRD_LITERAL
          The 'NRD' literal object.
static ParticipationTargetDevice ParticipationTargetDevice.RDV_LITERAL
          The 'RDV' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return ParticipationTargetDevice
static ParticipationTargetDevice ParticipationTargetDevice.get(int value)
          Returns the 'Participation Target Device' literal with the specified integer value.
static ParticipationTargetDevice ParticipationTargetDevice.get(java.lang.String literal)
          Returns the 'Participation Target Device' literal with the specified literal value.
static ParticipationTargetDevice ParticipationTargetDevice.getByName(java.lang.String name)
          Returns the 'Participation Target Device' literal with the specified name.
 

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ParticipationTargetDevice
 boolean CDAR2Validator.validateParticipationTargetDevice(ParticipationTargetDevice participationTargetDevice, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateParticipationTargetDeviceObject(ParticipationTargetDevice participationTargetDeviceObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)