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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as NameRepresentationUse
static NameRepresentationUse NameRepresentationUse.ABC_LITERAL
          The 'ABC' literal object.
static NameRepresentationUse NameRepresentationUse.IDE_LITERAL
          The 'IDE' literal object.
static NameRepresentationUse NameRepresentationUse.SYL_LITERAL
          The 'SYL' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type NameRepresentationUse
 boolean CDAR2Validator.validateNameRepresentationUse(NameRepresentationUse nameRepresentationUse, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateNameRepresentationUseObject(NameRepresentationUse nameRepresentationUseObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)