public enum ScopeId extends java.lang.Enum<ScopeId>
BlockDefinition.scopeList.| Enum Constant and Description |
|---|
ABSTRACT_PARAMETER |
ACCUMULATOR_MANAGER |
ARRAY_ASSIGNER |
BUFFER_MANAGER |
CHANGE_BROKER |
CONTROL_FLOW_OPS |
DATA_SET_MANAGER |
DATABASE_TRIGGER_MANAGER |
LOGICAL_TERMINAL |
OBJECT_OPS |
SHARED_VARIABLE_MANAGER |
TX_WRAPPER |
UNNAMED_STREAMS |
| Modifier and Type | Method and Description |
|---|---|
static ScopeId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScopeId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScopeId ABSTRACT_PARAMETER
public static final ScopeId ACCUMULATOR_MANAGER
public static final ScopeId ARRAY_ASSIGNER
public static final ScopeId BUFFER_MANAGER
public static final ScopeId CHANGE_BROKER
public static final ScopeId CONTROL_FLOW_OPS
public static final ScopeId DATABASE_TRIGGER_MANAGER
public static final ScopeId DATA_SET_MANAGER
public static final ScopeId LOGICAL_TERMINAL
public static final ScopeId OBJECT_OPS
public static final ScopeId SHARED_VARIABLE_MANAGER
public static final ScopeId TX_WRAPPER
public static final ScopeId UNNAMED_STREAMS
public static ScopeId[] values()
for (ScopeId c : ScopeId.values()) System.out.println(c);
public static ScopeId 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 null