public enum ActionGroup extends Enum<ActionGroup>
Enum Constant and Description |
---|
AGGREGATE |
CONVERT |
FILTER |
TRANSFORM |
VALIDATE |
Modifier and Type | Method and Description |
---|---|
ActionGroup |
addAction(PipelineAction command) |
List<PipelineAction> |
getActions() |
String |
getCode() |
String |
getDescription() |
String |
getDisplayText() |
static ActionGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionGroup TRANSFORM
public static final ActionGroup CONVERT
public static final ActionGroup AGGREGATE
public static final ActionGroup FILTER
public static final ActionGroup VALIDATE
public static ActionGroup[] values()
for (ActionGroup c : ActionGroup.values()) System.out.println(c);
public static ActionGroup 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 getCode()
public String getDisplayText()
public String getDescription()
public List<PipelineAction> getActions()
public ActionGroup addAction(PipelineAction command)
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.