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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return ON
 ON CDAR2Factory.createON()
          Returns a new object of class 'ON'.
 ON POCDMT000040CustodianOrganization.getName()
          Returns the value of the 'Name' containment reference.
 

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

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement ON
 class ONImpl
          An implementation of the model object 'ON'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return ON
 ON CDAR2FactoryImpl.createON()
           
 ON POCDMT000040CustodianOrganizationImpl.getName()
           
 

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

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

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