public static enum DatePicker.ShowAnim extends Enum<DatePicker.ShowAnim> implements Serializable
Enum Constant and Description |
---|
FADE_IN |
SHOW |
SLIDE_DOWN |
Modifier and Type | Method and Description |
---|---|
String |
getAnimName() |
String |
toString() |
static DatePicker.ShowAnim |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatePicker.ShowAnim[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatePicker.ShowAnim SHOW
public static final DatePicker.ShowAnim SLIDE_DOWN
public static final DatePicker.ShowAnim FADE_IN
public static DatePicker.ShowAnim[] values()
for (DatePicker.ShowAnim c : DatePicker.ShowAnim.values()) System.out.println(c);
public static DatePicker.ShowAnim 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 nullpublic String getAnimName()
public String toString()
toString
in class Enum<DatePicker.ShowAnim>
Copyright © 2015. All rights reserved.