Package org.teamapps.dto
Enum UiRepeatableAnimation
- java.lang.Object
-
- java.lang.Enum<UiRepeatableAnimation>
-
- org.teamapps.dto.UiRepeatableAnimation
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<UiRepeatableAnimation>
public enum UiRepeatableAnimation extends java.lang.Enum<UiRepeatableAnimation>
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BLINKBLINK_SUBTLEBOUNCEFLASHFLIPHEAD_SHAKEHEART_BEATJELLOPULSERUBBER_BANDSHAKE_XSHAKE_YSWINGTADAWOBBLE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intjsonValue()static UiRepeatableAnimationvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiRepeatableAnimation[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
BOUNCE
public static final UiRepeatableAnimation BOUNCE
-
FLASH
public static final UiRepeatableAnimation FLASH
-
PULSE
public static final UiRepeatableAnimation PULSE
-
RUBBER_BAND
public static final UiRepeatableAnimation RUBBER_BAND
-
SHAKE_X
public static final UiRepeatableAnimation SHAKE_X
-
SHAKE_Y
public static final UiRepeatableAnimation SHAKE_Y
-
HEAD_SHAKE
public static final UiRepeatableAnimation HEAD_SHAKE
-
SWING
public static final UiRepeatableAnimation SWING
-
TADA
public static final UiRepeatableAnimation TADA
-
WOBBLE
public static final UiRepeatableAnimation WOBBLE
-
JELLO
public static final UiRepeatableAnimation JELLO
-
HEART_BEAT
public static final UiRepeatableAnimation HEART_BEAT
-
FLIP
public static final UiRepeatableAnimation FLIP
-
BLINK
public static final UiRepeatableAnimation BLINK
-
BLINK_SUBTLE
public static final UiRepeatableAnimation BLINK_SUBTLE
-
-
Method Detail
-
values
public static UiRepeatableAnimation[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (UiRepeatableAnimation c : UiRepeatableAnimation.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static UiRepeatableAnimation valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
jsonValue
public int jsonValue()
-
-