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