org.eclipse.ohf.ihe.common.cdar2
Interface RTOMOPQ

All Superinterfaces:
ANY, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, QTY
All Known Implementing Classes:
RTOMOPQImpl

public interface RTOMOPQ
extends QTY

A representation of the model object 'RTOMOPQ'.

The following features are supported:

See Also:
CDAR2Package.getRTOMOPQ()

Method Summary
 PQ getDenominator()
          Returns the value of the 'Denominator' containment reference.
 MO getNumerator()
          Returns the value of the 'Numerator' containment reference.
 void setDenominator(PQ value)
          Sets the value of the 'Denominator' containment reference.
 void setNumerator(MO value)
          Sets the value of the 'Numerator' containment reference.
 
Methods inherited from interface org.eclipse.ohf.ihe.common.cdar2.ANY
getNullFlavor, setNullFlavor
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getNumerator

MO getNumerator()
Returns the value of the 'Numerator' containment reference. The quantity that is being divided in the ratio. The default is the integer number 1 (one).

Returns:
the value of the 'Numerator' containment reference.
See Also:
setNumerator(MO), CDAR2Package.getRTOMOPQ_Numerator()

setNumerator

void setNumerator(MO value)
Sets the value of the 'Numerator' containment reference.

Parameters:
value - the new value of the 'Numerator' containment reference.
See Also:
getNumerator()

getDenominator

PQ getDenominator()
Returns the value of the 'Denominator' containment reference. The quantity that devides the numerator in the ratio. The default is the integer number 1 (one). The denominator must not be zero.

Returns:
the value of the 'Denominator' containment reference.
See Also:
setDenominator(PQ), CDAR2Package.getRTOMOPQ_Denominator()

setDenominator

void setDenominator(PQ value)
Sets the value of the 'Denominator' containment reference.

Parameters:
value - the new value of the 'Denominator' containment reference.
See Also:
getDenominator()