|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents the value of a semistructured datum. A semiestructured datum is formed by an identifier and a value. Subclasses of this class represent the different kinds of values, basicaly there are two kinds of values: primitives and non primitives.
PrimitiveValue
,
NonPrimitiveValue
Field Summary | |
static int |
BLOB
Used to indicate a primitive value of BLOB (Binary Large Object) type. |
static int |
BYTE_SEQUENCE
Used to indicate a primitive value of byte sequence type. |
static int |
CLOB
Used to indicate a primitive value of CLOB (Character Large Object) type. |
static int |
INTEGER
Used to indicate a primitive value of integer type. |
static int |
NON_PRIMITIVE
Used to indicate a non primitive value. |
static int |
REAL
Used to indicate a primitive value of real (float) type. |
static int |
STRING
Used to indicate a primitive value of string type. |
Field Detail |
public static final int NON_PRIMITIVE
NonPrimitiveValue
,
Constant Field Valuespublic static final int INTEGER
IntegerValue
,
Constant Field Valuespublic static final int REAL
RealValue
,
Constant Field Valuespublic static final int STRING
StringValue
,
Constant Field Valuespublic static final int BYTE_SEQUENCE
ByteSequenceValue
,
Constant Field Valuespublic static final int BLOB
BLOBValue
,
Constant Field Valuespublic static final int CLOB
CLOBValue
,
Constant Field Values
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |