Uses of Interface
org.eclipse.ohf.ihe.common.cdar2.ENXP

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

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

Subinterfaces of ENXP in org.eclipse.ohf.ihe.common.cdar2
 interface EnDelimiter
          A representation of the model object 'En Delimiter'.
 interface EnFamily
          A representation of the model object 'En Family'.
 interface EnGiven
          A representation of the model object 'En Given'.
 interface EnPrefix
          A representation of the model object 'En Prefix'.
 interface EnSuffix
          A representation of the model object 'En Suffix'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return ENXP
 ENXP CDAR2Factory.createENXP()
          Returns a new object of class 'ENXP'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement ENXP
 class EnDelimiterImpl
          An implementation of the model object 'En Delimiter'.
 class EnFamilyImpl
          An implementation of the model object 'En Family'.
 class EnGivenImpl
          An implementation of the model object 'En Given'.
 class EnPrefixImpl
          An implementation of the model object 'En Prefix'.
 class EnSuffixImpl
          An implementation of the model object 'En Suffix'.
 class ENXPImpl
          An implementation of the model object 'ENXP'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return ENXP
 ENXP CDAR2FactoryImpl.createENXP()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ENXP
 java.lang.Object CDAR2Switch.caseENXP(ENXP object)
          Returns the result of interpretting the object as an instance of 'ENXP'.
 boolean CDAR2Validator.validateENXP(ENXP enxp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)