public static enum ECSTemplate.ProvisionOptions extends Enum<ECSTemplate.ProvisionOptions>
Enum Constant and Description |
---|
ALLOW_CREATE |
FORCE_CREATE |
Modifier and Type | Method and Description |
---|---|
static ECSTemplate.ProvisionOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECSTemplate.ProvisionOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ECSTemplate.ProvisionOptions ALLOW_CREATE
public static final ECSTemplate.ProvisionOptions FORCE_CREATE
public static ECSTemplate.ProvisionOptions[] values()
for (ECSTemplate.ProvisionOptions c : ECSTemplate.ProvisionOptions.values()) System.out.println(c);
public static ECSTemplate.ProvisionOptions 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 © 2016–2021. All rights reserved.