public enum CalType extends Enum<CalType>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
BUDDHIST |
CHINESE |
COPTIC |
DANGI |
ETHIOPIC |
ETHIOPIC_AMETE_ALEM |
GREGORIAN |
HEBREW |
INDIAN |
ISLAMIC |
ISLAMIC_CIVIL |
ISLAMIC_RGSA |
ISLAMIC_TBLA |
ISLAMIC_UMALQURA |
ISO8601 |
JAPANESE |
PERSIAN |
ROC |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
static CalType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalType GREGORIAN
public static final CalType ISO8601
public static final CalType BUDDHIST
public static final CalType CHINESE
public static final CalType COPTIC
public static final CalType DANGI
public static final CalType ETHIOPIC
public static final CalType ETHIOPIC_AMETE_ALEM
public static final CalType HEBREW
public static final CalType INDIAN
public static final CalType ISLAMIC
public static final CalType ISLAMIC_CIVIL
public static final CalType ISLAMIC_RGSA
public static final CalType ISLAMIC_TBLA
public static final CalType ISLAMIC_UMALQURA
public static final CalType JAPANESE
public static final CalType PERSIAN
public static final CalType ROC
public static final CalType UNKNOWN
public static CalType[] values()
public static CalType 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 getId()