public static enum JodaDateValidator.PostgresDateTimeConstant extends Enum<JodaDateValidator.PostgresDateTimeConstant>
Modifier and Type | Method and Description |
---|---|
String |
getName() |
boolean |
hasCamelCasing() |
static JodaDateValidator.PostgresDateTimeConstant |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JodaDateValidator.PostgresDateTimeConstant[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JodaDateValidator.PostgresDateTimeConstant POSTGRES_FULL_NAME_OF_DAY
public static final JodaDateValidator.PostgresDateTimeConstant POSTGRES_DAY_OF_YEAR
public static final JodaDateValidator.PostgresDateTimeConstant POSTGRES_DAY_OF_MONTH
public static final JodaDateValidator.PostgresDateTimeConstant POSTGRES_DAY_OF_WEEK
public static final JodaDateValidator.PostgresDateTimeConstant POSTGRES_NAME_OF_MONTH
public static final JodaDateValidator.PostgresDateTimeConstant POSTGRES_ABR_NAME_OF_MONTH
public static final JodaDateValidator.PostgresDateTimeConstant POSTGRES_YEAR
public static final JodaDateValidator.PostgresDateTimeConstant POSTGRES_ISO_4YEAR
public static final JodaDateValidator.PostgresDateTimeConstant POSTGRES_ISO_3YEAR
public static final JodaDateValidator.PostgresDateTimeConstant POSTGRES_ISO_2YEAR
public static final JodaDateValidator.PostgresDateTimeConstant POSTGRES_ISO_1YEAR
public static final JodaDateValidator.PostgresDateTimeConstant POSTGRES_FULL_ERA_NAME
public static final JodaDateValidator.PostgresDateTimeConstant POSTGRES_NAME_OF_DAY
public static final JodaDateValidator.PostgresDateTimeConstant POSTGRES_HOUR_12_NAME
public static final JodaDateValidator.PostgresDateTimeConstant POSTGRES_HOUR_12_OTHER_NAME
public static final JodaDateValidator.PostgresDateTimeConstant POSTGRES_HOUR_24_NAME
public static final JodaDateValidator.PostgresDateTimeConstant POSTGRES_MINUTE_OF_HOUR_NAME
public static final JodaDateValidator.PostgresDateTimeConstant POSTGRES_SECOND_OF_MINUTE_NAME
public static final JodaDateValidator.PostgresDateTimeConstant POSTGRES_MILLISECOND_OF_MINUTE_NAME
public static final JodaDateValidator.PostgresDateTimeConstant POSTGRES_WEEK_OF_YEAR
public static final JodaDateValidator.PostgresDateTimeConstant POSTGRES_ISO_WEEK_OF_YEAR
public static final JodaDateValidator.PostgresDateTimeConstant POSTGRES_MONTH
public static final JodaDateValidator.PostgresDateTimeConstant POSTGRES_HALFDAY_AM
public static final JodaDateValidator.PostgresDateTimeConstant POSTGRES_HALFDAY_PM
public static final JodaDateValidator.PostgresDateTimeConstant PREFIX_FM
public static final JodaDateValidator.PostgresDateTimeConstant PREFIX_FX
public static final JodaDateValidator.PostgresDateTimeConstant PREFIX_TM
public static JodaDateValidator.PostgresDateTimeConstant[] values()
for (JodaDateValidator.PostgresDateTimeConstant c : JodaDateValidator.PostgresDateTimeConstant.values()) System.out.println(c);
public static JodaDateValidator.PostgresDateTimeConstant 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 boolean hasCamelCasing()
public String getName()
Copyright © 1970 The Apache Software Foundation. All rights reserved.