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