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