public static enum Script.ScriptType extends Enum<Script.ScriptType>
| Enum Constant and Description |
|---|
CLOUDFORMATION
Defines the AWS cloud-formation script type.
|
OPENSTACK |
SHELL
Defines the AWS cloud-formation script type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Script.ScriptType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Script.ScriptType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Script.ScriptType CLOUDFORMATION
public static final Script.ScriptType OPENSTACK
public static final Script.ScriptType SHELL
public static Script.ScriptType[] values()
for (Script.ScriptType c : Script.ScriptType.values()) System.out.println(c);
public static Script.ScriptType 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 nullpublic String toString()
toString in class Enum<Script.ScriptType>Copyright © 2019 WSO2. All rights reserved.