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