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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as XPersonNamePartType
static XPersonNamePartType XPersonNamePartType.DEL_LITERAL
          The 'DEL' literal object.
static XPersonNamePartType XPersonNamePartType.FAM_LITERAL
          The 'FAM' literal object.
static XPersonNamePartType XPersonNamePartType.GIV_LITERAL
          The 'GIV' literal object.
static XPersonNamePartType XPersonNamePartType.PFX_LITERAL
          The 'PFX' literal object.
static XPersonNamePartType XPersonNamePartType.SFX_LITERAL
          The 'SFX' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type XPersonNamePartType
 boolean CDAR2Validator.validateXPersonNamePartType(XPersonNamePartType xPersonNamePartType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateXPersonNamePartTypeObject(XPersonNamePartType xPersonNamePartTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)