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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return EnPrefix
 EnPrefix CDAR2Factory.createEnPrefix()
          Returns a new object of class 'En Prefix'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement EnPrefix
 class EnPrefixImpl
          An implementation of the model object 'En Prefix'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return EnPrefix
 EnPrefix CDAR2FactoryImpl.createEnPrefix()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type EnPrefix
 java.lang.Object CDAR2Switch.caseEnPrefix(EnPrefix object)
          Returns the result of interpretting the object as an instance of 'En Prefix'.
 boolean CDAR2Validator.validateEnPrefix(EnPrefix enPrefix, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)