public enum SwipyRefreshLayoutDirection extends java.lang.Enum<SwipyRefreshLayoutDirection>
| Modifier and Type | Method and Description |
|---|---|
static SwipyRefreshLayoutDirection |
getFromInt(int value) |
static SwipyRefreshLayoutDirection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SwipyRefreshLayoutDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SwipyRefreshLayoutDirection TOP
public static final SwipyRefreshLayoutDirection BOTTOM
public static final SwipyRefreshLayoutDirection BOTH
public static SwipyRefreshLayoutDirection[] values()
for (SwipyRefreshLayoutDirection c : SwipyRefreshLayoutDirection.values()) System.out.println(c);
public static SwipyRefreshLayoutDirection 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 nullpublic static SwipyRefreshLayoutDirection getFromInt(int value)