public static enum LifeEventInfo.Hint extends Enum<LifeEventInfo.Hint>
Enum Constant and Description |
---|
DISPLAY_BROWSER |
DISPLAY_MSG_BOX |
Modifier and Type | Method and Description |
---|---|
static LifeEventInfo.Hint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifeEventInfo.Hint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LifeEventInfo.Hint DISPLAY_MSG_BOX
public static final LifeEventInfo.Hint DISPLAY_BROWSER
public static LifeEventInfo.Hint[] values()
for (LifeEventInfo.Hint c : LifeEventInfo.Hint.values()) System.out.println(c);
public static LifeEventInfo.Hint 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 null