public static enum SituationEventTrigger.On extends Enum<SituationEventTrigger.On>
| Modifier and Type | Method and Description |
|---|---|
static SituationEventTrigger.On |
fromString(String string)
Get this enum value by the string parameter.
|
String |
toString() |
static SituationEventTrigger.On |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SituationEventTrigger.On[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SituationEventTrigger.On FINISH
public static final SituationEventTrigger.On START
public static SituationEventTrigger.On[] values()
for (SituationEventTrigger.On c : SituationEventTrigger.On.values()) System.out.println(c);
public static SituationEventTrigger.On 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 static SituationEventTrigger.On fromString(String string)
public String toString()
toString in class Enum<SituationEventTrigger.On>Copyright © 2025. All rights reserved.