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