public static enum EdbDate.FMT extends Enum<EdbDate.FMT>
Enum Constant and Description |
---|
DEFAULT |
en_D |
en_M |
en_MD |
en_Y |
en_YM |
en_YMD |
ja_D |
ja_M |
ja_MD |
ja_Y |
ja_YM |
ja_YMD |
Modifier and Type | Method and Description |
---|---|
static EdbDate.FMT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdbDate.FMT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EdbDate.FMT DEFAULT
public static final EdbDate.FMT en_YMD
public static final EdbDate.FMT en_Y
public static final EdbDate.FMT en_YM
public static final EdbDate.FMT en_M
public static final EdbDate.FMT en_MD
public static final EdbDate.FMT en_D
public static final EdbDate.FMT ja_YMD
public static final EdbDate.FMT ja_Y
public static final EdbDate.FMT ja_YM
public static final EdbDate.FMT ja_M
public static final EdbDate.FMT ja_MD
public static final EdbDate.FMT ja_D
public static EdbDate.FMT[] values()
for (EdbDate.FMT c : EdbDate.FMT.values()) System.out.println(c);
public static EdbDate.FMT 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 nullEDB Working Group at Tue Jun 10 17:08:59 JST 2025