|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Serial
The Serial
interface defines the constants used in the
XML representation of objects. It also provides arrays of classes
used for mapping primitive types, and primitive arrays.
Field Summary | |
---|---|
static java.lang.String |
ARRAY
This is the ARRAY attribute used in the XML representation of an array |
static java.lang.String |
ARRAYLIST
This is the ARRAYLIST attribute used in the XML representation of a list |
static java.lang.String |
DECLARED
This is the DECLARED attribute used in the XML representation of an object |
static java.lang.String |
ELEMENT_TYPE
This is the ELEMENT_TYPE attribute used in the XML representation of an array |
static java.lang.String |
ENTRY
This is the ENTRY attribute used in the XML representation of a map |
static java.lang.String |
FIELD
This is the FIELD tag used in the XML representation of an object's field |
static java.lang.String |
ID
This is the ID attribute used in the XML representation of an object |
static java.lang.String |
IDREF
This is the ID attribute used in the XML representation of an object |
static java.lang.String |
KEY
This is the KEY attribute used in the XML representation of a map |
static java.lang.String |
KEY_TYPE
This is the KEY_TYPE attribute used in the XML representation of a map |
static java.lang.String |
LENGTH
This is the LENGTH attribute used in the XML representation of an array |
static java.lang.String |
MAP
This is the MAP attribute used in the XML representation of a map |
static java.lang.String |
NAME
This is the NAME attribute used in the XML representation of an object |
static java.lang.String |
OBJECT
This is the OBJECT tag used in the XML representation of an object |
static java.lang.Class[] |
primitiveArrays
Array of classes that represent the classes of primitive arrays. |
static java.lang.String[] |
primitiveArraysWOX
Array of classes that represent the WOX primitive arrays. |
static java.lang.Class[] |
primitives
Array of classes that represent the classes of primitives. |
static java.lang.Class[] |
primitiveWrappers
Array of classes that represent the wrapper classes for primitives. |
static java.lang.String |
TYPE
This is the TYPE attribute used in the XML representation of an object |
static java.lang.String |
VALUE
This is the VALUE attribute used in the XML representation of an object |
static java.lang.String |
VALUE_TYPE
This is the VALUE_TYPE attribute used in the XML representation of a map |
Field Detail |
---|
static final java.lang.String OBJECT
static final java.lang.String FIELD
static final java.lang.String NAME
static final java.lang.String TYPE
static final java.lang.String VALUE
static final java.lang.String ARRAY
static final java.lang.String ARRAYLIST
static final java.lang.String ELEMENT_TYPE
static final java.lang.String MAP
static final java.lang.String KEY_TYPE
static final java.lang.String VALUE_TYPE
static final java.lang.String ENTRY
static final java.lang.String KEY
static final java.lang.String LENGTH
static final java.lang.String ID
static final java.lang.String IDREF
static final java.lang.String DECLARED
static final java.lang.Class[] primitiveArrays
static final java.lang.String[] primitiveArraysWOX
static final java.lang.Class[] primitiveWrappers
static final java.lang.Class[] primitives
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |