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