public static enum SwipeEvent.DIRECTION extends Enum<SwipeEvent.DIRECTION>
Enum Constant and Description |
---|
BOTTOM_TO_TOP |
LEFT_TO_RIGHT |
RIGHT_TO_LEFT |
TOP_TO_BOTTOM |
Modifier and Type | Method and Description |
---|---|
static SwipeEvent.DIRECTION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwipeEvent.DIRECTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SwipeEvent.DIRECTION LEFT_TO_RIGHT
public static final SwipeEvent.DIRECTION RIGHT_TO_LEFT
public static final SwipeEvent.DIRECTION TOP_TO_BOTTOM
public static final SwipeEvent.DIRECTION BOTTOM_TO_TOP
public static SwipeEvent.DIRECTION[] values()
for (SwipeEvent.DIRECTION c : SwipeEvent.DIRECTION.values()) System.out.println(c);
public static SwipeEvent.DIRECTION 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 nullCopyright © 2016 Magnolia International Ltd.. All rights reserved.