Enum Constant and Description |
---|
TIMER_WITHIN
Timer guard.
|
TIMER_WITHINMAX
Timer-withinmax guard.
|
WHILE_GUARD
While-guard.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns name.
|
java.lang.String |
getNamespace()
Returns the namespace name.
|
static boolean |
isWhile(java.lang.String namespace,
java.lang.String name)
Returns true for the while-guard
|
static GuardEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GuardEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GuardEnum TIMER_WITHIN
public static final GuardEnum TIMER_WITHINMAX
public static final GuardEnum WHILE_GUARD
public static GuardEnum[] values()
for (GuardEnum c : GuardEnum.values()) System.out.println(c);
public static GuardEnum 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 getNamespace()
public java.lang.String getName()
public static boolean isWhile(java.lang.String namespace, java.lang.String name)
namespace
- namespacename
- name