public static enum InMobiBanner.AnimationType extends java.lang.Enum<InMobiBanner.AnimationType>
Enum Constant and Description |
---|
ANIMATION_ALPHA |
ANIMATION_OFF |
ROTATE_HORIZONTAL_AXIS |
ROTATE_VERTICAL_AXIS |
Modifier and Type | Method and Description |
---|---|
static InMobiBanner.AnimationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InMobiBanner.AnimationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InMobiBanner.AnimationType ANIMATION_OFF
public static final InMobiBanner.AnimationType ROTATE_HORIZONTAL_AXIS
public static final InMobiBanner.AnimationType ANIMATION_ALPHA
public static final InMobiBanner.AnimationType ROTATE_VERTICAL_AXIS
public static InMobiBanner.AnimationType[] values()
for (InMobiBanner.AnimationType c : InMobiBanner.AnimationType.values()) System.out.println(c);
public static InMobiBanner.AnimationType 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 null