Package org.teamapps.dto
Enum UiExitAnimation
- java.lang.Object
-
- java.lang.Enum<UiExitAnimation>
-
- org.teamapps.dto.UiExitAnimation
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<UiExitAnimation>
public enum UiExitAnimation extends java.lang.Enum<UiExitAnimation>
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intjsonValue()static UiExitAnimationvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiExitAnimation[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
BACK_OUT_DOWN
public static final UiExitAnimation BACK_OUT_DOWN
-
BACK_OUT_LEFT
public static final UiExitAnimation BACK_OUT_LEFT
-
BACK_OUT_RIGHT
public static final UiExitAnimation BACK_OUT_RIGHT
-
BACK_OUT_UP
public static final UiExitAnimation BACK_OUT_UP
-
LIGHT_SPEED_OUT_RIGHT
public static final UiExitAnimation LIGHT_SPEED_OUT_RIGHT
-
LIGHT_SPEED_OUT_LEFT
public static final UiExitAnimation LIGHT_SPEED_OUT_LEFT
-
ROLL_OUT
public static final UiExitAnimation ROLL_OUT
-
HINGE
public static final UiExitAnimation HINGE
-
ZOOM_OUT
public static final UiExitAnimation ZOOM_OUT
-
ZOOM_OUT_DOWN
public static final UiExitAnimation ZOOM_OUT_DOWN
-
ZOOM_OUT_LEFT
public static final UiExitAnimation ZOOM_OUT_LEFT
-
ZOOM_OUT_RIGHT
public static final UiExitAnimation ZOOM_OUT_RIGHT
-
ZOOM_OUT_UP
public static final UiExitAnimation ZOOM_OUT_UP
-
SLIDE_OUT_UP
public static final UiExitAnimation SLIDE_OUT_UP
-
SLIDE_OUT_DOWN
public static final UiExitAnimation SLIDE_OUT_DOWN
-
SLIDE_OUT_LEFT
public static final UiExitAnimation SLIDE_OUT_LEFT
-
SLIDE_OUT_RIGHT
public static final UiExitAnimation SLIDE_OUT_RIGHT
-
ROTATE_OUT
public static final UiExitAnimation ROTATE_OUT
-
ROTATE_OUT_DOWNLEFT
public static final UiExitAnimation ROTATE_OUT_DOWNLEFT
-
ROTATE_OUT_DOWNRIGHT
public static final UiExitAnimation ROTATE_OUT_DOWNRIGHT
-
ROTATE_OUT_UPLEFT
public static final UiExitAnimation ROTATE_OUT_UPLEFT
-
ROTATE_OUT_UPRIGHT
public static final UiExitAnimation ROTATE_OUT_UPRIGHT
-
FLIP_OUT_X
public static final UiExitAnimation FLIP_OUT_X
-
FLIP_OUT_Y
public static final UiExitAnimation FLIP_OUT_Y
-
FADE_OUT
public static final UiExitAnimation FADE_OUT
-
FADE_OUT_DOWN
public static final UiExitAnimation FADE_OUT_DOWN
-
FADE_OUT_DOWNBIG
public static final UiExitAnimation FADE_OUT_DOWNBIG
-
FADE_OUT_LEFT
public static final UiExitAnimation FADE_OUT_LEFT
-
FADE_OUT_LEFTBIG
public static final UiExitAnimation FADE_OUT_LEFTBIG
-
FADE_OUT_RIGHT
public static final UiExitAnimation FADE_OUT_RIGHT
-
FADE_OUT_RIGHTBIG
public static final UiExitAnimation FADE_OUT_RIGHTBIG
-
FADE_OUT_UP
public static final UiExitAnimation FADE_OUT_UP
-
FADE_OUT_UPBIG
public static final UiExitAnimation FADE_OUT_UPBIG
-
FADE_OUT_TOP_LEFT
public static final UiExitAnimation FADE_OUT_TOP_LEFT
-
FADE_OUT_TOP_RIGHT
public static final UiExitAnimation FADE_OUT_TOP_RIGHT
-
FADE_OUT_BOTTOM_RIGHT
public static final UiExitAnimation FADE_OUT_BOTTOM_RIGHT
-
FADE_OUT_BOTTOM_LEFT
public static final UiExitAnimation FADE_OUT_BOTTOM_LEFT
-
BOUNCE_OUT
public static final UiExitAnimation BOUNCE_OUT
-
BOUNCE_OUT_DOWN
public static final UiExitAnimation BOUNCE_OUT_DOWN
-
BOUNCE_OUT_LEFT
public static final UiExitAnimation BOUNCE_OUT_LEFT
-
BOUNCE_OUT_RIGHT
public static final UiExitAnimation BOUNCE_OUT_RIGHT
-
BOUNCE_OUT_UP
public static final UiExitAnimation BOUNCE_OUT_UP
-
-
Method Detail
-
values
public static UiExitAnimation[] 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 (UiExitAnimation c : UiExitAnimation.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static UiExitAnimation 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()
-
-