public enum StringTextType extends Enum<StringTextType>
StringTextValue with a type.| Enum Constant and Description |
|---|
ARRAY
The array.
|
BOOLEAN
The boolean.
|
ENUM
The enum.
|
FLOAT
The float.
|
INTEGER
The integer.
|
STRING
The string.
|
STRING_INTEGER
The string integer.
|
| Modifier and Type | Method and Description |
|---|---|
static StringTextType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringTextType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StringTextType BOOLEAN
public static final StringTextType STRING
public static final StringTextType ENUM
public static final StringTextType ARRAY
public static final StringTextType INTEGER
public static final StringTextType FLOAT
public static final StringTextType STRING_INTEGER
public static StringTextType[] values()
for (StringTextType c : StringTextType.values()) System.out.println(c);
public static StringTextType 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 nullCopyright © 2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.