public static enum HeadersFootersAtom.FormatIndex extends java.lang.Enum<HeadersFootersAtom.FormatIndex>
Modifier and Type | Method and Description |
---|---|
static HeadersFootersAtom.FormatIndex |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HeadersFootersAtom.FormatIndex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HeadersFootersAtom.FormatIndex SHORT_DATE
public static final HeadersFootersAtom.FormatIndex LONG_DATE
public static final HeadersFootersAtom.FormatIndex LONG_DATE_WITHOUT_WEEKDAY
public static final HeadersFootersAtom.FormatIndex ALTERNATE_SHORT_DATE
public static final HeadersFootersAtom.FormatIndex ISO_STANDARD_DATE
public static final HeadersFootersAtom.FormatIndex SHORT_DATE_WITH_ABBREVIATED_MONTH
public static final HeadersFootersAtom.FormatIndex SHORT_DATE_WITH_SLASHES
public static final HeadersFootersAtom.FormatIndex ALTERNATE_SHORT_DATE_WITH_ABBREVIATED_MONTH
public static final HeadersFootersAtom.FormatIndex ENGLISH_DATE
public static final HeadersFootersAtom.FormatIndex MONTH_AND_YEAR
public static final HeadersFootersAtom.FormatIndex ABBREVIATED_MONTH_AND_YEAR
public static final HeadersFootersAtom.FormatIndex DATE_AND_HOUR12_TIME
public static final HeadersFootersAtom.FormatIndex DATE_AND_HOUR12_TIME_WITH_SECONDS
public static final HeadersFootersAtom.FormatIndex HOUR12_TIME
public static final HeadersFootersAtom.FormatIndex HOUR12_TIME_WITH_SECONDS
public static final HeadersFootersAtom.FormatIndex HOUR24_TIME
public static final HeadersFootersAtom.FormatIndex HOUR24_TIME_WITH_SECONDS
public static final HeadersFootersAtom.FormatIndex CHINESE1
public static final HeadersFootersAtom.FormatIndex CHINESE2
public static final HeadersFootersAtom.FormatIndex CHINESE3
public static HeadersFootersAtom.FormatIndex[] values()
for (HeadersFootersAtom.FormatIndex c : HeadersFootersAtom.FormatIndex.values()) System.out.println(c);
public static HeadersFootersAtom.FormatIndex valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright 2021 The Apache Software Foundation or its licensors, as applicable.