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

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

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

Subinterfaces of EN in org.eclipse.ohf.ihe.common.cdar2
 interface ON
          A representation of the model object 'ON'.
 interface PN
          A representation of the model object 'PN'.
 interface TN
          A representation of the model object 'TN'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return EN
 EN CDAR2Factory.createEN()
          Returns a new object of class 'EN'.
 EN POCDMT000040LabeledDrug.getName()
          Returns the value of the 'Name' containment reference.
 EN POCDMT000040Material.getName()
          Returns the value of the 'Name' containment reference.
 EN POCDMT000040Place.getName()
          Returns the value of the 'Name' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type EN
 void POCDMT000040LabeledDrug.setName(EN value)
          Sets the value of the 'Name' containment reference.
 void POCDMT000040Material.setName(EN value)
          Sets the value of the 'Name' containment reference.
 void POCDMT000040Place.setName(EN value)
          Sets the value of the 'Name' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement EN
 class ENImpl
          An implementation of the model object 'EN'.
 class ONImpl
          An implementation of the model object 'ON'.
 class PNImpl
          An implementation of the model object 'PN'.
 class TNImpl
          An implementation of the model object 'TN'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return EN
 EN CDAR2FactoryImpl.createEN()
           
 EN POCDMT000040PlaceImpl.getName()
           
 EN POCDMT000040MaterialImpl.getName()
           
 EN POCDMT000040LabeledDrugImpl.getName()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type EN
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040PlaceImpl.basicSetName(EN newName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040MaterialImpl.basicSetName(EN newName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040LabeledDrugImpl.basicSetName(EN newName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040PlaceImpl.setName(EN newName)
           
 void POCDMT000040MaterialImpl.setName(EN newName)
           
 void POCDMT000040LabeledDrugImpl.setName(EN newName)
           
 

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

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