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

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

public interface IVXBTS
extends TS1

A representation of the model object 'IVXBTS'.

The following features are supported:

See Also:
CDAR2Package.getIVXBTS()

Method Summary
 boolean isInclusive()
          Returns the value of the 'Inclusive' attribute.
 boolean isSetInclusive()
          Returns whether the value of the 'Inclusive' attribute is set.
 void setInclusive(boolean value)
          Sets the value of the 'Inclusive' attribute.
 void unsetInclusive()
          Unsets the value of the 'Inclusive' attribute.
 
Methods inherited from interface org.eclipse.ohf.ihe.common.cdar2.TS1
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

isInclusive

boolean isInclusive()
Returns the value of the 'Inclusive' attribute. The default value is "true". Specifies whether the limit is included in the interval (interval is closed) or excluded from the interval (interval is open).

Returns:
the value of the 'Inclusive' attribute.
See Also:
isSetInclusive(), unsetInclusive(), setInclusive(boolean), CDAR2Package.getIVXBTS_Inclusive()

setInclusive

void setInclusive(boolean value)
Sets the value of the 'Inclusive' attribute.

Parameters:
value - the new value of the 'Inclusive' attribute.
See Also:
isSetInclusive(), unsetInclusive(), isInclusive()

unsetInclusive

void unsetInclusive()
Unsets the value of the 'Inclusive' attribute.

See Also:
isSetInclusive(), isInclusive(), setInclusive(boolean)

isSetInclusive

boolean isSetInclusive()
Returns whether the value of the 'Inclusive' attribute is set.

Returns:
whether the value of the 'Inclusive' attribute is set.
See Also:
unsetInclusive(), isInclusive(), setInclusive(boolean)