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

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

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

Subinterfaces of MO in org.eclipse.ohf.ihe.common.cdar2
 interface IVLMO
          A representation of the model object 'IVLMO'.
 interface IVXBMO
          A representation of the model object 'IVXBMO'.
 interface SXCMMO
          A representation of the model object 'SXCMMO'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return MO
 MO CDAR2Factory.createMO()
          Returns a new object of class 'MO'.
 MO IVLMO.getCenter()
          Returns the value of the 'Center' containment reference.
 MO RTOMOPQ.getNumerator()
          Returns the value of the 'Numerator' containment reference.
 MO IVLMO.getWidth()
          Returns the value of the 'Width' containment reference.
 MO IVLMO.getWidth1()
          Returns the value of the 'Width1' containment reference.
 MO IVLMO.getWidth2()
          Returns the value of the 'Width2' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type MO
 void IVLMO.setCenter(MO value)
          Sets the value of the 'Center' containment reference.
 void RTOMOPQ.setNumerator(MO value)
          Sets the value of the 'Numerator' containment reference.
 void IVLMO.setWidth(MO value)
          Sets the value of the 'Width' containment reference.
 void IVLMO.setWidth1(MO value)
          Sets the value of the 'Width1' containment reference.
 void IVLMO.setWidth2(MO value)
          Sets the value of the 'Width2' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement MO
 class IVLMOImpl
          An implementation of the model object 'IVLMO'.
 class IVXBMOImpl
          An implementation of the model object 'IVXBMO'.
 class MOImpl
          An implementation of the model object 'MO'.
 class SXCMMOImpl
          An implementation of the model object 'SXCMMO'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return MO
 MO CDAR2FactoryImpl.createMO()
           
 MO IVLMOImpl.getCenter()
           
 MO RTOMOPQImpl.getNumerator()
           
 MO IVLMOImpl.getWidth()
           
 MO IVLMOImpl.getWidth1()
           
 MO IVLMOImpl.getWidth2()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type MO
 org.eclipse.emf.common.notify.NotificationChain IVLMOImpl.basicSetCenter(MO newCenter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain RTOMOPQImpl.basicSetNumerator(MO newNumerator, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain IVLMOImpl.basicSetWidth(MO newWidth, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain IVLMOImpl.basicSetWidth1(MO newWidth1, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain IVLMOImpl.basicSetWidth2(MO newWidth2, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void IVLMOImpl.setCenter(MO newCenter)
           
 void RTOMOPQImpl.setNumerator(MO newNumerator)
           
 void IVLMOImpl.setWidth(MO newWidth)
           
 void IVLMOImpl.setWidth1(MO newWidth1)
           
 void IVLMOImpl.setWidth2(MO newWidth2)
           
 

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

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