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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as XServiceEventPerformer
static XServiceEventPerformer XServiceEventPerformer.PPRF_LITERAL
          The 'PPRF' literal object.
static XServiceEventPerformer XServiceEventPerformer.PRF_LITERAL
          The 'PRF' literal object.
static XServiceEventPerformer XServiceEventPerformer.SPRF_LITERAL
          The 'SPRF' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return XServiceEventPerformer
static XServiceEventPerformer XServiceEventPerformer.get(int value)
          Returns the 'XService Event Performer' literal with the specified integer value.
static XServiceEventPerformer XServiceEventPerformer.get(java.lang.String literal)
          Returns the 'XService Event Performer' literal with the specified literal value.
static XServiceEventPerformer XServiceEventPerformer.getByName(java.lang.String name)
          Returns the 'XService Event Performer' literal with the specified name.
 XServiceEventPerformer POCDMT000040Performer1.getTypeCode()
          Returns the value of the 'Type Code' attribute.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type XServiceEventPerformer
 void POCDMT000040Performer1.setTypeCode(XServiceEventPerformer value)
          Sets the value of the 'Type Code' attribute.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return XServiceEventPerformer
 XServiceEventPerformer CDAR2FactoryImpl.createXServiceEventPerformerFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XServiceEventPerformer CDAR2FactoryImpl.createXServiceEventPerformerObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XServiceEventPerformer POCDMT000040Performer1Impl.getTypeCode()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type XServiceEventPerformer
 void POCDMT000040Performer1Impl.setTypeCode(XServiceEventPerformer newTypeCode)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type XServiceEventPerformer
 boolean CDAR2Validator.validateXServiceEventPerformer(XServiceEventPerformer xServiceEventPerformer, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateXServiceEventPerformerObject(XServiceEventPerformer xServiceEventPerformerObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)