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