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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return EnSuffix
 EnSuffix CDAR2Factory.createEnSuffix()
          Returns a new object of class 'En Suffix'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement EnSuffix
 class EnSuffixImpl
          An implementation of the model object 'En Suffix'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return EnSuffix
 EnSuffix CDAR2FactoryImpl.createEnSuffix()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type EnSuffix
 java.lang.Object CDAR2Switch.caseEnSuffix(EnSuffix object)
          Returns the result of interpretting the object as an instance of 'En Suffix'.
 boolean CDAR2Validator.validateEnSuffix(EnSuffix enSuffix, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)