public static enum Constants.WorkloadTemplateState extends Enum<Constants.WorkloadTemplateState>
| Modifier and Type | Method and Description |
|---|---|
static Constants.WorkloadTemplateState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.WorkloadTemplateState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.WorkloadTemplateState DRAFT
public static final Constants.WorkloadTemplateState PUBLISHED
public static final Constants.WorkloadTemplateState SAVED
public static Constants.WorkloadTemplateState[] values()
for (Constants.WorkloadTemplateState c : Constants.WorkloadTemplateState.values()) System.out.println(c);
public static Constants.WorkloadTemplateState 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 nullCopyright © 2015. All rights reserved.