|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Value
Represents any JQTI value object. Every JQTI value implementation must implement this interface.
This value can be single, multiple, ordered, record or NULL.
Cardinality,
BaseType| Method Summary | |
|---|---|
BaseType |
getBaseType()
Returns baseType of this value. |
Cardinality |
getCardinality()
Returns cardinality of this value. |
boolean |
isNull()
Returns true if this value is NULL or false otherwise. |
| Method Detail |
|---|
boolean isNull()
Cardinality getCardinality()
If value is NULL returns null.
BaseType getBaseType()
If value is NULL or record cardinality returns null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||