|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.bpe.api.AttributeType
public final class AttributeType
This enumeration class defines symbolic constants for attribute types. These values are to be used when attribute type information is retrieved.
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 |
---|
public static final java.lang.String COPYRIGHT
public static final AttributeType ID
public static final AttributeType STRING
public static final AttributeType NUMBER
public static final AttributeType TIMESTAMP
public static final AttributeType BINARY
public static final AttributeType DECIMAL
public static final AttributeType BOOLEAN
Method Detail |
---|
public static AttributeType newAttributeType(java.lang.String typeString)
typeString
- The string representation of an attribute type.
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |