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