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

All Superinterfaces:
ANY, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, QTY
All Known Subinterfaces:
RTO
All Known Implementing Classes:
RTOImpl, RTOQTYQTYImpl

public interface RTOQTYQTY
extends QTY

A representation of the model object 'RTOQTYQTY'.

The following features are supported:

See Also:
CDAR2Package.getRTOQTYQTY()

Method Summary
 QTY getDenominator()
          Returns the value of the 'Denominator' containment reference.
 QTY getNumerator()
          Returns the value of the 'Numerator' containment reference.
 void setDenominator(QTY value)
          Sets the value of the 'Denominator' containment reference.
 void setNumerator(QTY 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

QTY 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(QTY), CDAR2Package.getRTOQTYQTY_Numerator()

setNumerator

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

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

getDenominator

QTY 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(QTY), CDAR2Package.getRTOQTYQTY_Denominator()

setDenominator

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

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