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

All Superinterfaces:
ANY, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, QTY
All Known Subinterfaces:
IVLINT, IVXBINT, POCDMT000040RegionOfInterestValue, SXCMINT
All Known Implementing Classes:
INT1Impl, IVLINTImpl, IVXBINTImpl, POCDMT000040RegionOfInterestValueImpl, SXCMINTImpl

public interface INT1
extends QTY

A representation of the model object 'INT1'. Integer numbers (-1,0,1,2, 100, 3398129, etc.) are precise numbers that are results of counting and enumerating. Integer numbers are discrete, the set of integers is infinite but countable. No arbitrary limit is imposed on the range of integer numbers. Two NULL flavors are defined for the positive and negative infinity.

The following features are supported:

See Also:
CDAR2Package.getINT1()

Method Summary
 java.math.BigInteger getValue()
          Returns the value of the 'Value' attribute.
 void setValue(java.math.BigInteger value)
          Sets the value of the 'Value' attribute.
 
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.math.BigInteger getValue()
Returns the value of the 'Value' attribute.

If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

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

setValue

void setValue(java.math.BigInteger value)
Sets the value of the 'Value' attribute.

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