public static enum GDateUtils.GDateFormat extends Enum<GDateUtils.GDateFormat>
Enum Constant and Description |
---|
Cal
calendar
|
Fraction
Fraction
|
ISO_8601
ISO_8601
|
jj_1950
jj_1950
|
jj_2000
jj_2000
|
jj_sec_1950
jj_sec_1950
|
jj_sec_2000
jj_sec_2000
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static GDateUtils.GDateFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GDateUtils.GDateFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GDateUtils.GDateFormat Cal
public static final GDateUtils.GDateFormat ISO_8601
public static final GDateUtils.GDateFormat jj_1950
public static final GDateUtils.GDateFormat jj_2000
public static final GDateUtils.GDateFormat jj_sec_1950
public static final GDateUtils.GDateFormat jj_sec_2000
public static final GDateUtils.GDateFormat Fraction
public static GDateUtils.GDateFormat[] values()
for (GDateUtils.GDateFormat c : GDateUtils.GDateFormat.values()) System.out.println(c);
public static GDateUtils.GDateFormat 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<GDateUtils.GDateFormat>
Copyright © 2024. All rights reserved.