|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the HL7 datatype of the intervalV
- the Interval java type, or a subclasspublic interface IVL<T extends QTY<?>,V extends Interval<?>>
HL7 datatype IVL. Backed by the java datatype Interval.
This data type is used when a continuous range needs to be expressed.
Method Summary | |
---|---|
boolean |
isHighClosed()
Determines whether the high bound is closed. |
boolean |
isLowClosed()
Determines whether the low bound is closed. |
Methods inherited from interface ca.infoway.messagebuilder.datatype.ANY |
---|
getNullFlavor, getValue, isNull, nonNull, notApplicable, other, setNullFlavor, setValue, unknown |
Methods inherited from interface ca.infoway.messagebuilder.datatype.BareANY |
---|
getBareValue, getDataType, setDataType |
Methods inherited from interface ca.infoway.messagebuilder.datatype.nullflavor.NullFlavorSupport |
---|
hasNullFlavor |
Method Detail |
---|
boolean isLowClosed()
Determines whether the low bound is closed.
boolean isHighClosed()
Determines whether the high bound is closed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |