public static enum Effect.TriggerTypeEnum extends Enum<Effect.TriggerTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
Effect.TriggerTypeEnum.Adapter |
| Enum Constant and Description |
|---|
AFTERPREVIOUS |
ONCLICK |
WITHPREVIOUS |
| Modifier and Type | Method and Description |
|---|---|
static Effect.TriggerTypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static Effect.TriggerTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Effect.TriggerTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Effect.TriggerTypeEnum AFTERPREVIOUS
public static final Effect.TriggerTypeEnum ONCLICK
public static final Effect.TriggerTypeEnum WITHPREVIOUS
public static Effect.TriggerTypeEnum[] values()
for (Effect.TriggerTypeEnum c : Effect.TriggerTypeEnum.values()) System.out.println(c);
public static Effect.TriggerTypeEnum 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 getValue()
public String toString()
toString in class Enum<Effect.TriggerTypeEnum>public static Effect.TriggerTypeEnum fromValue(String text)
Copyright © 2025. All rights reserved.