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

All Superinterfaces:
ANY, CD, CE, CV, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
PQRImpl

public interface PQR
extends CV

A representation of the model object 'PQR'. A representation of a physical quantity in a unit from any code system. Used to show alternative representation for a physical quantity.

The following features are supported:

See Also:
CDAR2Package.getPQR()

Method Summary
 java.lang.Object getValue()
          Returns the value of the 'Value' attribute.
 void setValue(java.lang.Object value)
          Sets the value of the 'Value' attribute.
 
Methods inherited from interface org.eclipse.ohf.ihe.common.cdar2.CD
getCode, getCodeSystem, getCodeSystemName, getCodeSystemVersion, getDisplayName, getOriginalText, getQualifier, getTranslation, setCode, setCodeSystem, setCodeSystemName, setCodeSystemVersion, setDisplayName, setOriginalText
 
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

getValue

java.lang.Object getValue()
Returns the value of the 'Value' attribute. The magnitude of the measurement value in terms of the unit specified in the code.

Returns:
the value of the 'Value' attribute.
See Also:
setValue(Object), CDAR2Package.getPQR_Value()

setValue

void setValue(java.lang.Object value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()