public enum SelectVariableEventType extends Enum<SelectVariableEventType>
| Modifier and Type | Method and Description |
|---|---|
static List<SelectVariableEventType> |
asList() |
String |
getId() |
String |
getLabel() |
static SelectVariableEventType |
getTypeFromId(String id) |
String |
toString() |
static SelectVariableEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectVariableEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectVariableEventType Completed
public static final SelectVariableEventType Failed
public static final SelectVariableEventType Aborted
public static SelectVariableEventType[] values()
for (SelectVariableEventType c : SelectVariableEventType.values()) System.out.println(c);
public static SelectVariableEventType 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<SelectVariableEventType>public String getLabel()
public String getId()
public static SelectVariableEventType getTypeFromId(String id)
id - idpublic static List<SelectVariableEventType> asList()
Copyright © 2018. All Rights Reserved.