public enum EDateTimePickerViewType extends Enum<EDateTimePickerViewType>
| Modifier and Type | Method and Description |
|---|---|
int |
getJSValueInt() |
String |
getJSValueString() |
boolean |
isGreaterThan(EDateTimePickerViewType eOther) |
boolean |
isLessThan(EDateTimePickerViewType eOther) |
static EDateTimePickerViewType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EDateTimePickerViewType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EDateTimePickerViewType HOUR
public static final EDateTimePickerViewType DAY
public static final EDateTimePickerViewType MONTH
public static final EDateTimePickerViewType YEAR
public static final EDateTimePickerViewType DECADE
public static EDateTimePickerViewType[] values()
for (EDateTimePickerViewType c : EDateTimePickerViewType.values()) System.out.println(c);
public static EDateTimePickerViewType 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@Nonnegative public int getJSValueInt()
public boolean isLessThan(@Nonnull EDateTimePickerViewType eOther)
public boolean isGreaterThan(@Nonnull EDateTimePickerViewType eOther)
Copyright © 2014–2015 Philip Helger. All rights reserved.