public static enum PropertyDesc.TypeCode extends java.lang.Enum<PropertyDesc.TypeCode>
Enum Constant and Description |
---|
AXIS_ANGLE |
BOOLEAN |
BYTE |
CHAR |
COLOR |
DIMENSION |
DOUBLE |
DOUBLE_ARRAY |
ENUM |
FLOAT |
FLOAT_ARRAY |
FONT |
INT |
INT_ARRAY |
LONG |
LONG_ARRAY |
MATRIX |
OTHER |
POINT |
SCANABLE |
SHORT |
SHORT_ARRAY |
STRING |
VECTOR |
VECTORI |
Modifier and Type | Method and Description |
---|---|
static PropertyDesc.TypeCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropertyDesc.TypeCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyDesc.TypeCode BYTE
public static final PropertyDesc.TypeCode CHAR
public static final PropertyDesc.TypeCode SHORT
public static final PropertyDesc.TypeCode INT
public static final PropertyDesc.TypeCode LONG
public static final PropertyDesc.TypeCode FLOAT
public static final PropertyDesc.TypeCode DOUBLE
public static final PropertyDesc.TypeCode BOOLEAN
public static final PropertyDesc.TypeCode SHORT_ARRAY
public static final PropertyDesc.TypeCode INT_ARRAY
public static final PropertyDesc.TypeCode LONG_ARRAY
public static final PropertyDesc.TypeCode FLOAT_ARRAY
public static final PropertyDesc.TypeCode DOUBLE_ARRAY
public static final PropertyDesc.TypeCode COLOR
public static final PropertyDesc.TypeCode AXIS_ANGLE
public static final PropertyDesc.TypeCode ENUM
public static final PropertyDesc.TypeCode VECTOR
public static final PropertyDesc.TypeCode VECTORI
public static final PropertyDesc.TypeCode MATRIX
public static final PropertyDesc.TypeCode STRING
public static final PropertyDesc.TypeCode SCANABLE
public static final PropertyDesc.TypeCode DIMENSION
public static final PropertyDesc.TypeCode POINT
public static final PropertyDesc.TypeCode FONT
public static final PropertyDesc.TypeCode OTHER
public static PropertyDesc.TypeCode[] values()
for (PropertyDesc.TypeCode c : PropertyDesc.TypeCode.values()) System.out.println(c);
public static PropertyDesc.TypeCode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null