public static enum ControllableContext.Directive.Functions.ForCollection extends Enum<ControllableContext.Directive.Functions.ForCollection> implements ControllableContext.Directive
ControllableContext.Directive.Functions| Enum Constant and Description |
|---|
STOP_ITERATION |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static ControllableContext.Directive.Functions.ForCollection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControllableContext.Directive.Functions.ForCollection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ControllableContext.Directive.Functions.ForCollection STOP_ITERATION
public static ControllableContext.Directive.Functions.ForCollection[] values()
for (ControllableContext.Directive.Functions.ForCollection c : ControllableContext.Directive.Functions.ForCollection.values()) System.out.println(c);
public static ControllableContext.Directive.Functions.ForCollection 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 nullpublic String getName()
getName in interface ControllableContext.DirectiveCopyright © 2019. All rights reserved.