public static enum LuddicPathBaseBarEvent.OptionId extends java.lang.Enum<LuddicPathBaseBarEvent.OptionId>
| Enum Constant and Description |
|---|
AGREE |
HIRE |
HIRE_CONTINUE |
INIT |
LEAVE |
REJECT |
| Modifier and Type | Method and Description |
|---|---|
static LuddicPathBaseBarEvent.OptionId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LuddicPathBaseBarEvent.OptionId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LuddicPathBaseBarEvent.OptionId INIT
public static final LuddicPathBaseBarEvent.OptionId AGREE
public static final LuddicPathBaseBarEvent.OptionId HIRE
public static final LuddicPathBaseBarEvent.OptionId HIRE_CONTINUE
public static final LuddicPathBaseBarEvent.OptionId REJECT
public static final LuddicPathBaseBarEvent.OptionId LEAVE
public static LuddicPathBaseBarEvent.OptionId[] values()
for (LuddicPathBaseBarEvent.OptionId c : LuddicPathBaseBarEvent.OptionId.values()) System.out.println(c);
public static LuddicPathBaseBarEvent.OptionId valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null