public static enum DateTextFieldConfig.View extends Enum<DateTextFieldConfig.View>
| Modifier and Type | Method and Description |
|---|---|
static DateTextFieldConfig.View |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateTextFieldConfig.View[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DateTextFieldConfig.View Month
public static final DateTextFieldConfig.View Year
public static final DateTextFieldConfig.View Decade
public static DateTextFieldConfig.View[] values()
for (DateTextFieldConfig.View c : DateTextFieldConfig.View.values()) System.out.println(c);
public static DateTextFieldConfig.View 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 © 2013 agilecoders.de. All Rights Reserved.