public enum OvhInputActionTypeEnum extends Enum<OvhInputActionTypeEnum>
| Enum Constant and Description |
|---|
DESTROY |
END |
LOG |
RESTART |
START |
TEST |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OvhInputActionTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhInputActionTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OvhInputActionTypeEnum END
public static final OvhInputActionTypeEnum LOG
public static final OvhInputActionTypeEnum START
public static final OvhInputActionTypeEnum TEST
public static final OvhInputActionTypeEnum DESTROY
public static final OvhInputActionTypeEnum RESTART
public static OvhInputActionTypeEnum[] values()
for (OvhInputActionTypeEnum c : OvhInputActionTypeEnum.values()) System.out.println(c);
public static OvhInputActionTypeEnum 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<OvhInputActionTypeEnum>Copyright © 2018. All rights reserved.