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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as PersonNamePartAffixTypes
static PersonNamePartAffixTypes PersonNamePartAffixTypes.AC_LITERAL
          The 'AC' literal object.
static PersonNamePartAffixTypes PersonNamePartAffixTypes.NB_LITERAL
          The 'NB' literal object.
static PersonNamePartAffixTypes PersonNamePartAffixTypes.PR_LITERAL
          The 'PR' literal object.
static PersonNamePartAffixTypes PersonNamePartAffixTypes.VV_LITERAL
          The 'VV' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type PersonNamePartAffixTypes
 boolean CDAR2Validator.validatePersonNamePartAffixTypes(PersonNamePartAffixTypes personNamePartAffixTypes, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validatePersonNamePartAffixTypesObject(PersonNamePartAffixTypes personNamePartAffixTypesObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)