public static enum ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty extends java.lang.Enum<ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty>
| Enum Constant and Description |
|---|
ASSIGNED_RUNTIME_MANAGER |
ENQUIRIES |
EXECUTION_MODE |
ITERATION |
LWP_INSTANCE_ID |
PERFORMING_AGENT |
STATE |
| Modifier and Type | Method and Description |
|---|---|
static ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty STATE
public static final ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty PERFORMING_AGENT
public static final ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty ITERATION
public static final ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty EXECUTION_MODE
public static final ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty LWP_INSTANCE_ID
public static final ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty ENQUIRIES
public static final ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty ASSIGNED_RUNTIME_MANAGER
public static ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty[] values()
for (ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty c : ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty.values()) System.out.println(c);
public static ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty 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