IBM WebSphere Application ServerTM
Release 7

com.ibm.bpe.api
Class AttributeType

java.lang.Object
  extended by com.ibm.bpe.api.AttributeType
All Implemented Interfaces:
java.io.Serializable

public final class AttributeType
extends java.lang.Object
implements java.io.Serializable

This enumeration class defines symbolic constants for attribute types. These values are to be used when attribute type information is retrieved.

Since:
6.2
See Also:
Serialized Form

Field Summary
static AttributeType BINARY
          Symbolic constant for attribute type BINARY
static AttributeType BOOLEAN
          Symbolic constant for attribute type BOOLEAN
static java.lang.String COPYRIGHT
           
static AttributeType DECIMAL
          Symbolic constant for attribute type DECIMAL
static AttributeType ID
          Symbolic constant for attribute type object ID
static AttributeType NUMBER
          Symbolic constant for attribute type NUMBER
static AttributeType STRING
          Symbolic constant for attribute type String
static AttributeType TIMESTAMP
          Symbolic constant for attribute type TIMESTAMP
 
Method Summary
static AttributeType newAttributeType(java.lang.String typeString)
          Factory method to create an attribute type by its string representation.
 java.lang.String toString()
          Returns a string representation of the attribute type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

ID

public static final AttributeType ID
Symbolic constant for attribute type object ID

Since:
6.2

STRING

public static final AttributeType STRING
Symbolic constant for attribute type String

Since:
6.2

NUMBER

public static final AttributeType NUMBER
Symbolic constant for attribute type NUMBER

Since:
6.2

TIMESTAMP

public static final AttributeType TIMESTAMP
Symbolic constant for attribute type TIMESTAMP

Since:
6.2

BINARY

public static final AttributeType BINARY
Symbolic constant for attribute type BINARY

Since:
6.2

DECIMAL

public static final AttributeType DECIMAL
Symbolic constant for attribute type DECIMAL

Since:
6.2

BOOLEAN

public static final AttributeType BOOLEAN
Symbolic constant for attribute type BOOLEAN

Since:
6.2
Method Detail

newAttributeType

public static AttributeType newAttributeType(java.lang.String typeString)
Factory method to create an attribute type by its string representation. If the enum passed is not a valid AttributeType enumeration, null is returned.

Parameters:
typeString - The string representation of an attribute type.
Returns:
AttributeType - The AttributeType object that is created.
Since:
6.2

toString

public java.lang.String toString()
Returns a string representation of the attribute type.

Overrides:
toString in class java.lang.Object
Returns:
String - A string representation of the attribute type.
Since:
6.2

IBM WebSphere Application ServerTM
Release 7