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

All Superinterfaces:
ANY, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, QTY, REAL1
All Known Subinterfaces:
IVLREAL
All Known Implementing Classes:
IVLREALImpl, SXCMREALImpl

public interface SXCMREAL
extends REAL1

A representation of the model object 'SXCMREAL'.

The following features are supported:

See Also:
CDAR2Package.getSXCMREAL()

Method Summary
 SetOperator getOperator()
          Returns the value of the 'Operator' attribute.
 boolean isSetOperator()
          Returns whether the value of the 'Operator' attribute is set.
 void setOperator(SetOperator value)
          Sets the value of the 'Operator' attribute.
 void unsetOperator()
          Unsets the value of the 'Operator' attribute.
 
Methods inherited from interface org.eclipse.ohf.ihe.common.cdar2.REAL1
getValue, setValue
 
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

getOperator

SetOperator getOperator()
Returns the value of the 'Operator' attribute. The default value is "I". The literals are from the enumeration SetOperator. A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point.

Returns:
the value of the 'Operator' attribute.
See Also:
SetOperator, isSetOperator(), unsetOperator(), setOperator(SetOperator), CDAR2Package.getSXCMREAL_Operator()

setOperator

void setOperator(SetOperator value)
Sets the value of the 'Operator' attribute.

Parameters:
value - the new value of the 'Operator' attribute.
See Also:
SetOperator, isSetOperator(), unsetOperator(), getOperator()

unsetOperator

void unsetOperator()
Unsets the value of the 'Operator' attribute.

See Also:
isSetOperator(), getOperator(), setOperator(SetOperator)

isSetOperator

boolean isSetOperator()
Returns whether the value of the 'Operator' attribute is set.

Returns:
whether the value of the 'Operator' attribute is set.
See Also:
unsetOperator(), getOperator(), setOperator(SetOperator)