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