|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Defines various constants for attribute handling.
| Field Summary | |
static int |
TYPE_BOOLEAN
Identifier for attribute of type boolean. |
static int |
TYPE_COMPLEX
Identifier for attribute of type complex. |
static int |
TYPE_DOUBLE
Identifier for attribute of type double. |
static int |
TYPE_FLOAT
Identifier for attribute of type float. |
static int |
TYPE_INT
Identifier for attribute of type int. |
static int |
TYPE_LONG
Identifier for attribute of type long. |
static int |
TYPE_STRING
Identifier for attribute of type String. |
| Field Detail |
public static final int TYPE_INT
int.
public static final int TYPE_LONG
long.
public static final int TYPE_FLOAT
float.
public static final int TYPE_DOUBLE
double.
public static final int TYPE_STRING
String.
public static final int TYPE_BOOLEAN
boolean.
public static final int TYPE_COMPLEX
complex.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||