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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as NamePseudonymUse
static NamePseudonymUse NamePseudonymUse.A_LITERAL
          The 'A' literal object.
static NamePseudonymUse NamePseudonymUse.P_LITERAL
          The 'P' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type NamePseudonymUse
 boolean CDAR2Validator.validateNamePseudonymUse(NamePseudonymUse namePseudonymUse, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateNamePseudonymUseObject(NamePseudonymUse namePseudonymUseObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)