|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGenericType
IGenericType defines the allowed attribute types used in GenericAttribute
.
Field Summary | |
---|---|
static int |
BOOLEAN
The type is a boolean |
static int |
BOOLEAN_ARRAY
The type is a boolean array |
static int |
BYTE
The type is a byte |
static int |
BYTE_ARRAY
The type is a byte array |
static java.lang.String |
COPYRIGHT
|
static int |
DATE_TIME
The type is a java.util.Date |
static int |
DATE_TIME_ARRAY
The type is a java.util.Date array |
static int |
DOUBLE
The type is a double |
static int |
DOUBLE_ARRAY
The type is a double array |
static int |
FLOAT
The type is a float |
static int |
FLOAT_ARRAY
The type is a float array |
static int |
HEX
The type is a HexBinary |
static int |
INT
The type is an int |
static int |
INT_ARRAY
The type is an int array |
static int |
LONG
The type is a long |
static int |
LONG_ARRAY
The type is a long array |
static int |
SHORT
The type is a short |
static int |
SHORT_ARRAY
The type is a short array |
static int |
STRING
The type is a String |
static int |
STRING_ARRAY
The type is a String array |
static int |
UNSET
The type is not yet defined |
static java.lang.String[] |
XML_TYPE_NAMES
Array holding all the text names of each type -- for example type INT has a name of "int" and type INT_ARRAY has a name of "intArray" |
static java.lang.String |
XML_TYPE_NOVALUE
The text name for type UNSET |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final int UNSET
static final int BOOLEAN
static final int BOOLEAN_ARRAY
static final int BYTE
static final int BYTE_ARRAY
static final int DATE_TIME
static final int DATE_TIME_ARRAY
static final int DOUBLE
static final int DOUBLE_ARRAY
static final int FLOAT
static final int FLOAT_ARRAY
static final int HEX
HexBinary
,
Constant Field Valuesstatic final int INT
static final int INT_ARRAY
static final int LONG
static final int LONG_ARRAY
static final int SHORT
static final int SHORT_ARRAY
static final int STRING
static final int STRING_ARRAY
static final java.lang.String[] XML_TYPE_NAMES
These names are used in CommonBaseEvent instances.
static final java.lang.String XML_TYPE_NOVALUE
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |