org.milyn.edisax
Enum EDITypeEnum
java.lang.Object
java.lang.Enum<EDITypeEnum>
org.milyn.edisax.EDITypeEnum
- All Implemented Interfaces:
- Serializable, Comparable<EDITypeEnum>
public enum EDITypeEnum
- extends Enum<EDITypeEnum>
String
public static final EDITypeEnum String
Numeric
public static final EDITypeEnum Numeric
Decimal
public static final EDITypeEnum Decimal
Date
public static final EDITypeEnum Date
Time
public static final EDITypeEnum Time
Binary
public static final EDITypeEnum Binary
Custom
public static final EDITypeEnum Custom
CUSTOM_NAME
public static final String CUSTOM_NAME
- See Also:
- Constant Field Values
values
public static final EDITypeEnum[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(EDITypeEnum c : EDITypeEnum.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static EDITypeEnum valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
getTypeAlias
public String getTypeAlias()
getJavaClass
public Class getJavaClass()
validateType
public boolean validateType(String value,
List<Map.Entry<String,String>> parameters)
Copyright © 2011. All Rights Reserved.