Enum Constant and Description |
---|
FLAG |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
A description of the flag type
|
java.lang.String |
getSymbol()
The Font-Awesome symbol used to represent this flag
|
java.lang.String |
getType()
A unique identifier for this type of flag
|
static SlowTest |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SlowTest[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SlowTest FLAG
public static SlowTest[] values()
for (SlowTest c : SlowTest.values()) System.out.println(c);
public static SlowTest 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 nullpublic java.lang.String getType()
Flag
public java.lang.String getMessage()
Flag
getMessage
in interface Flag