org.milyn.edisax
Enum EDITypeEnum

java.lang.Object
  extended by java.lang.Enum<EDITypeEnum>
      extended by org.milyn.edisax.EDITypeEnum
All Implemented Interfaces:
Serializable, Comparable<EDITypeEnum>

public enum EDITypeEnum
extends Enum<EDITypeEnum>


Enum Constant Summary
Binary
           
Custom
           
Date
           
Decimal
           
Numeric
           
String
           
Time
           
 
Field Summary
static String CUSTOM_NAME
           
 
Method Summary
 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're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Field Detail

CUSTOM_NAME

public static final String CUSTOM_NAME
See Also:
Constant Field Values
Method Detail

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.