public static enum Swipable.SwipableKind extends Enum<Swipable.SwipableKind>
Modifier and Type | Method and Description |
---|---|
static Swipable.SwipableKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Swipable.SwipableKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Swipable.SwipableKind Custom
public static final Swipable.SwipableKind Left
public static final Swipable.SwipableKind Top
public static final Swipable.SwipableKind Right
public static final Swipable.SwipableKind Bottom
public static Swipable.SwipableKind[] values()
for (Swipable.SwipableKind c : Swipable.SwipableKind.values()) System.out.println(c);
public static Swipable.SwipableKind 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 © 2011–2016 JRebirth OSS. All rights reserved.