public static enum TdTemplateController.CREATION_STATE extends Enum<TdTemplateController.CREATION_STATE>
| Enum Constant and Description |
|---|
POST_OPERATION_CREATE |
POST_OPERATION_UPDATE |
TEMPLATE_CREATION |
TEMPLATE_UPDATE |
| Modifier and Type | Method and Description |
|---|---|
static TdTemplateController.CREATION_STATE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TdTemplateController.CREATION_STATE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TdTemplateController.CREATION_STATE TEMPLATE_CREATION
public static final TdTemplateController.CREATION_STATE TEMPLATE_UPDATE
public static final TdTemplateController.CREATION_STATE POST_OPERATION_CREATE
public static final TdTemplateController.CREATION_STATE POST_OPERATION_UPDATE
public static TdTemplateController.CREATION_STATE[] values()
for (TdTemplateController.CREATION_STATE c : TdTemplateController.CREATION_STATE.values()) System.out.println(c);
public static TdTemplateController.CREATION_STATE 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 © 2017. All Rights Reserved.