org.odftoolkit.odfdom.dom.attribute.number
public static enum NumberCalendarAttribute.Value extends Enum<NumberCalendarAttribute.Value>
Enum Constant and Description |
---|
BUDDHIST |
GENGOU |
GREGORIAN |
HANJA |
HANJA_YOIL |
HIJRI |
JEWISH |
ROC |
Modifier and Type | Method and Description |
---|---|
static NumberCalendarAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static NumberCalendarAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumberCalendarAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NumberCalendarAttribute.Value ROC
public static final NumberCalendarAttribute.Value BUDDHIST
public static final NumberCalendarAttribute.Value GENGOU
public static final NumberCalendarAttribute.Value GREGORIAN
public static final NumberCalendarAttribute.Value HANJA
public static final NumberCalendarAttribute.Value HANJA_YOIL
public static final NumberCalendarAttribute.Value HIJRI
public static final NumberCalendarAttribute.Value JEWISH
public static NumberCalendarAttribute.Value[] values()
for (NumberCalendarAttribute.Value c : NumberCalendarAttribute.Value.values()) System.out.println(c);
public static NumberCalendarAttribute.Value 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<NumberCalendarAttribute.Value>
public static NumberCalendarAttribute.Value enumValueOf(String value)
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.