public static enum Property.PropertyValueType extends Enum<Property.PropertyValueType>
| Enum Constant and Description |
|---|
BOOL |
DOUBLE |
INT |
JAVASCRIPT |
STRING |
| Modifier and Type | Method and Description |
|---|---|
static Property.PropertyValueType |
create(byte b) |
static Property.PropertyValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Property.PropertyValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Property.PropertyValueType STRING
public static final Property.PropertyValueType INT
public static final Property.PropertyValueType DOUBLE
public static final Property.PropertyValueType BOOL
public static final Property.PropertyValueType JAVASCRIPT
public static Property.PropertyValueType[] values()
for (Property.PropertyValueType c : Property.PropertyValueType.values()) System.out.println(c);
public static Property.PropertyValueType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static Property.PropertyValueType create(byte b)
Copyright © 2015 51Degrees. All rights reserved.