public enum EDITypeEnum extends Enum<EDITypeEnum>
Enum Constant and Description |
---|
Binary |
Custom |
Date |
Decimal |
Numeric |
String |
Time |
Modifier and Type | Field and Description |
---|---|
static String |
CUSTOM_NAME |
Modifier and Type | Method and Description |
---|---|
Class |
getJavaClass() |
String |
getTypeAlias() |
boolean |
validateType(String value,
List<Map.Entry<String,String>> parameters) |
static EDITypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EDITypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EDITypeEnum String
public static final EDITypeEnum Numeric
public static final EDITypeEnum Decimal
public static final EDITypeEnum Date
public static final EDITypeEnum Time
public static final EDITypeEnum Binary
public static final EDITypeEnum Custom
public static final String CUSTOM_NAME
public static EDITypeEnum[] values()
for (EDITypeEnum c : EDITypeEnum.values()) System.out.println(c);
public static EDITypeEnum 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 getTypeAlias()
public Class getJavaClass()
Copyright © 2020. All rights reserved.