public static enum DateTypeInternal.DateType extends Enum<DateTypeInternal.DateType> implements DateTypeInternal.IDateType
| Enum Constant and Description |
|---|
STRING_VALUE |
VALID_DATE |
| Modifier and Type | Method and Description |
|---|---|
DateTypeInternal |
getDateTypeInternal() |
static DateTypeInternal.DateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateTypeInternal.DateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DateTypeInternal.DateType VALID_DATE
public static final DateTypeInternal.DateType STRING_VALUE
public static DateTypeInternal.DateType[] values()
for (DateTypeInternal.DateType c : DateTypeInternal.DateType.values()) System.out.println(c);
public static DateTypeInternal.DateType 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 DateTypeInternal getDateTypeInternal()
getDateTypeInternal in interface DateTypeInternal.IDateTypeCopyright © 2016. All rights reserved.