public static enum ObjectProperty.Type extends java.lang.Enum<ObjectProperty.Type>
Enum Constant and Description |
---|
ANY |
BOOLEAN |
CONTENT |
DATE |
INTEGER |
LENGTH |
NUMBER |
PERCENTAGE |
PRICE |
STRING |
Modifier and Type | Method and Description |
---|---|
static ObjectProperty.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObjectProperty.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectProperty.Type ANY
public static final ObjectProperty.Type STRING
public static final ObjectProperty.Type BOOLEAN
public static final ObjectProperty.Type INTEGER
public static final ObjectProperty.Type NUMBER
public static final ObjectProperty.Type PRICE
public static final ObjectProperty.Type LENGTH
public static final ObjectProperty.Type PERCENTAGE
public static final ObjectProperty.Type DATE
public static final ObjectProperty.Type CONTENT
public static ObjectProperty.Type[] values()
for (ObjectProperty.Type c : ObjectProperty.Type.values()) System.out.println(c);
public static ObjectProperty.Type 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
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License