public enum OpenShiftOperation extends Enum<OpenShiftOperation>
| Modifier and Type | Method and Description |
|---|---|
static OpenShiftOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenShiftOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenShiftOperation list
public static final OpenShiftOperation start
public static final OpenShiftOperation stop
public static final OpenShiftOperation restart
public static final OpenShiftOperation state
public static OpenShiftOperation[] values()
for (OpenShiftOperation c : OpenShiftOperation.values()) System.out.println(c);
public static OpenShiftOperation 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 nullApache Camel