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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as CommunicationFunctionType
static CommunicationFunctionType CommunicationFunctionType.RCV_LITERAL
          The 'RCV' literal object.
static CommunicationFunctionType CommunicationFunctionType.RSP_LITERAL
          The 'RSP' literal object.
static CommunicationFunctionType CommunicationFunctionType.SND_LITERAL
          The 'SND' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return CommunicationFunctionType
static CommunicationFunctionType CommunicationFunctionType.get(int value)
          Returns the 'Communication Function Type' literal with the specified integer value.
static CommunicationFunctionType CommunicationFunctionType.get(java.lang.String literal)
          Returns the 'Communication Function Type' literal with the specified literal value.
static CommunicationFunctionType CommunicationFunctionType.getByName(java.lang.String name)
          Returns the 'Communication Function Type' literal with the specified name.
 

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type CommunicationFunctionType
 boolean CDAR2Validator.validateCommunicationFunctionType(CommunicationFunctionType communicationFunctionType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateCommunicationFunctionTypeObject(CommunicationFunctionType communicationFunctionTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)