public enum DatePickerStartView extends Enum<DatePickerStartView>
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static DatePickerStartView |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatePickerStartView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatePickerStartView MONTH
public static final DatePickerStartView YEAR
public static final DatePickerStartView DECADE
public static DatePickerStartView[] values()
for (DatePickerStartView c : DatePickerStartView.values()) System.out.println(c);
public static DatePickerStartView 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 int getValue()
Copyright © 2017. All rights reserved.