public enum GermAnimationType extends java.lang.Enum<GermAnimationType>
Enum Constant and Description |
---|
ADJUST |
COLOR |
FADE |
MOVE |
ROTATE |
SCALE |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends GermAnimationPart<? extends DynamicBase>> |
getAnimationClass() |
static java.lang.Class<? extends GermAnimationPart<? extends DynamicBase>> |
getAnimationClassFromType(java.lang.Object typeIn) |
java.lang.String |
getType() |
int |
getTypeId() |
static GermAnimationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GermAnimationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GermAnimationType MOVE
public static final GermAnimationType ROTATE
public static final GermAnimationType FADE
public static final GermAnimationType SCALE
public static final GermAnimationType ADJUST
public static final GermAnimationType COLOR
public static GermAnimationType[] values()
for (GermAnimationType c : GermAnimationType.values()) System.out.println(c);
public static GermAnimationType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getTypeId()
public java.lang.String getType()
public java.lang.Class<? extends GermAnimationPart<? extends DynamicBase>> getAnimationClass()
public static java.lang.Class<? extends GermAnimationPart<? extends DynamicBase>> getAnimationClassFromType(java.lang.Object typeIn)