public static enum ModelListenerProperty.PROPERTYTYPE extends java.lang.Enum<ModelListenerProperty.PROPERTYTYPE>
| Enum Constant | Description |
|---|---|
BOOLEAN |
|
COLOR |
|
DOUBLE |
|
FLOAT |
|
INTEGER |
|
LONG |
|
OBJECT |
|
STRING |
| Modifier and Type | Method | Description |
|---|---|---|
static ModelListenerProperty.PROPERTYTYPE |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ModelListenerProperty.PROPERTYTYPE[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelListenerProperty.PROPERTYTYPE STRING
public static final ModelListenerProperty.PROPERTYTYPE COLOR
public static final ModelListenerProperty.PROPERTYTYPE BOOLEAN
public static final ModelListenerProperty.PROPERTYTYPE INTEGER
public static final ModelListenerProperty.PROPERTYTYPE LONG
public static final ModelListenerProperty.PROPERTYTYPE FLOAT
public static final ModelListenerProperty.PROPERTYTYPE DOUBLE
public static final ModelListenerProperty.PROPERTYTYPE OBJECT
public static ModelListenerProperty.PROPERTYTYPE[] values()
for (ModelListenerProperty.PROPERTYTYPE c : ModelListenerProperty.PROPERTYTYPE.values()) System.out.println(c);
public static ModelListenerProperty.PROPERTYTYPE 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