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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as TelecommunicationAddressUseMember1
static TelecommunicationAddressUseMember1 TelecommunicationAddressUseMember1.AS_LITERAL
          The 'AS' literal object.
static TelecommunicationAddressUseMember1 TelecommunicationAddressUseMember1.EC_LITERAL
          The 'EC' literal object.
static TelecommunicationAddressUseMember1 TelecommunicationAddressUseMember1.MC_LITERAL
          The 'MC' literal object.
static TelecommunicationAddressUseMember1 TelecommunicationAddressUseMember1.PG_LITERAL
          The 'PG' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return TelecommunicationAddressUseMember1
static TelecommunicationAddressUseMember1 TelecommunicationAddressUseMember1.get(int value)
          Returns the 'Telecommunication Address Use Member1' literal with the specified integer value.
static TelecommunicationAddressUseMember1 TelecommunicationAddressUseMember1.get(java.lang.String literal)
          Returns the 'Telecommunication Address Use Member1' literal with the specified literal value.
static TelecommunicationAddressUseMember1 TelecommunicationAddressUseMember1.getByName(java.lang.String name)
          Returns the 'Telecommunication Address Use Member1' literal with the specified name.
 

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type TelecommunicationAddressUseMember1
 boolean CDAR2Validator.validateTelecommunicationAddressUseMember1(TelecommunicationAddressUseMember1 telecommunicationAddressUseMember1, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateTelecommunicationAddressUseMember1Object(TelecommunicationAddressUseMember1 telecommunicationAddressUseMember1Object, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)