public static enum LoopTool.Action extends 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(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2002–2021 The Apache Software Foundation. All rights reserved.