|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ENext>
org.specrunner.plugins.ENext
public enum ENext
Next action to be taken by a plugin.
| Enum Constant Summary | |
|---|---|
DEEP
The runner goes down the node children. |
|
SKIP
Skip content of the node. |
|
| Method Summary | |
|---|---|
ENext |
max(ENext e)
Max of next actions. |
static ENext |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ENext[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ENext SKIP
public static final ENext DEEP
| Method Detail |
|---|
public static ENext[] values()
for (ENext c : ENext.values()) System.out.println(c);
public static ENext valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic ENext max(ENext e)
e - The comparison element.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||