![]() |
OTX-Runtime for Java
|
|
An Interval is an otx:ComplexType and represents the abstract base data type for all interval data types. More...
Public Member Functions | |
String | GetLabel () |
Gets the optional label of the interval. More... | |
IntervalSemantics | GetSemantic () |
Gets the semantics of how values inside the interval are interpreted. More... | |
String | GetSemanticAsString () |
Gets the optional semantics of the interval as a string. More... | |
An Interval is an otx:ComplexType and represents the abstract base data type for all interval data types.
|
inline |
Gets the optional label of the interval.
If the label is omitted, the label is an empty String.
|
inline |
Gets the semantics of how values inside the interval are interpreted.
If the type is omitted, the semantic is NONE.
|
inline |
Gets the optional semantics of the interval as a string.
If the semantics is omitted, the semantics is "NONE".