public static enum SlideLayoutManager.Transition extends Enum<SlideLayoutManager.Transition>
Enum Constant and Description |
---|
SLIDE_AWAY |
SLIDE_OVER |
Modifier and Type | Method and Description |
---|---|
static SlideLayoutManager.Transition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlideLayoutManager.Transition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SlideLayoutManager.Transition SLIDE_AWAY
public static final SlideLayoutManager.Transition SLIDE_OVER
public static SlideLayoutManager.Transition[] values()
for (SlideLayoutManager.Transition c : SlideLayoutManager.Transition.values()) System.out.println(c);
public static SlideLayoutManager.Transition 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 null