|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the hl7 typepublic interface COLLECTION<T>
HL7 Datatype COLLECTION. Backed by a Collection.
The super-interface for LIST and SET.
Method Summary | |
---|---|
Class<?> |
getElementType()
Returns the element type. |
Collection<?> |
rawCollection()
Returns the underlying collection. |
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 |
---|
Collection<?> rawCollection()
Returns the underlying collection.
Class<?> getElementType()
Returns the element type.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |