edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector
Enum RDBMSDataConnector.DATA_TYPES

java.lang.Object
  extended by java.lang.Enum<RDBMSDataConnector.DATA_TYPES>
      extended by edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.RDBMSDataConnector.DATA_TYPES
All Implemented Interfaces:
Serializable, Comparable<RDBMSDataConnector.DATA_TYPES>
Enclosing class:
RDBMSDataConnector

public static enum RDBMSDataConnector.DATA_TYPES
extends Enum<RDBMSDataConnector.DATA_TYPES>

Data types understood by this connector.


Enum Constant Summary
BigDecimal
           
Boolean
           
Byte
           
ByteArray
           
Date
           
Double
           
Float
           
Integer
           
Long
           
Object
           
Short
           
String
           
Time
           
Timestamp
           
URL
           
 
Method Summary
static RDBMSDataConnector.DATA_TYPES valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RDBMSDataConnector.DATA_TYPES[] 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

BigDecimal

public static final RDBMSDataConnector.DATA_TYPES BigDecimal

Boolean

public static final RDBMSDataConnector.DATA_TYPES Boolean

Byte

public static final RDBMSDataConnector.DATA_TYPES Byte

ByteArray

public static final RDBMSDataConnector.DATA_TYPES ByteArray

Date

public static final RDBMSDataConnector.DATA_TYPES Date

Double

public static final RDBMSDataConnector.DATA_TYPES Double

Float

public static final RDBMSDataConnector.DATA_TYPES Float

Integer

public static final RDBMSDataConnector.DATA_TYPES Integer

Long

public static final RDBMSDataConnector.DATA_TYPES Long

Object

public static final RDBMSDataConnector.DATA_TYPES Object

Short

public static final RDBMSDataConnector.DATA_TYPES Short

String

public static final RDBMSDataConnector.DATA_TYPES String

Time

public static final RDBMSDataConnector.DATA_TYPES Time

Timestamp

public static final RDBMSDataConnector.DATA_TYPES Timestamp

URL

public static final RDBMSDataConnector.DATA_TYPES URL
Method Detail

values

public static final RDBMSDataConnector.DATA_TYPES[] 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(RDBMSDataConnector.DATA_TYPES c : RDBMSDataConnector.DATA_TYPES.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static RDBMSDataConnector.DATA_TYPES 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


Copyright © 2006-2008 Internet2. All Rights Reserved.