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

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

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

Subinterfaces of REAL1 in org.eclipse.ohf.ihe.common.cdar2
 interface IVLREAL
          A representation of the model object 'IVLREAL'.
 interface IVXBREAL
          A representation of the model object 'IVXBREAL'.
 interface SXCMREAL
          A representation of the model object 'SXCMREAL'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return REAL1
 REAL1 CDAR2Factory.createREAL1()
          Returns a new object of class 'REAL1'.
 REAL1 IVLREAL.getCenter()
          Returns the value of the 'Center' containment reference.
 REAL1 IVLREAL.getWidth()
          Returns the value of the 'Width' containment reference.
 REAL1 IVLREAL.getWidth1()
          Returns the value of the 'Width1' containment reference.
 REAL1 IVLREAL.getWidth2()
          Returns the value of the 'Width2' containment reference.
 

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

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement REAL1
 class IVLREALImpl
          An implementation of the model object 'IVLREAL'.
 class IVXBREALImpl
          An implementation of the model object 'IVXBREAL'.
 class REAL1Impl
          An implementation of the model object 'REAL1'.
 class SXCMREALImpl
          An implementation of the model object 'SXCMREAL'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return REAL1
 REAL1 CDAR2FactoryImpl.createREAL1()
           
 REAL1 IVLREALImpl.getCenter()
           
 REAL1 IVLREALImpl.getWidth()
           
 REAL1 IVLREALImpl.getWidth1()
           
 REAL1 IVLREALImpl.getWidth2()
           
 

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

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

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