public static enum LoopTool.Action extends java.lang.Enum<LoopTool.Action>
LoopTool.ManagedIterator
when a LoopTool.Condition
is satisfied by the subsequent element.Modifier and Type | Method and Description |
---|---|
static LoopTool.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoopTool.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoopTool.Action EXCLUDE
public static final LoopTool.Action STOP
public static LoopTool.Action[] values()
for (LoopTool.Action c : LoopTool.Action.values()) System.out.println(c);
public static LoopTool.Action 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 nullCopyright (c) 2003-2007 Apache Software Foundation