Attribute-type constants

The BusObjAttrType class defines static member variables to represent attribute-type constants. Table 74 summarizes these attribute-type constants. All property-type constants are of type integer (int).

Table 74. Attribute-type constants of the BusObjAttrType class.

Attribute-type constant Description
BOOLEAN
Represents an attribute type of Boolean.
CIPHERTEXT
Represents an attribute type of CipherText.
DATE
Represents an attribute type of Date.
DOUBLE
Represents an attribute type of Double.
FLOAT
Represents an attribute type of Float.
INTEGER
Represents an attribute type of Integer.
INVALID_TYPE
Represents an invalid attribute type.
LONGTEXT
Represents an attribute type of Long Text.
OBJECT
Represents an attribute of type of Object.
STRING
Represents an attribute type of String.

Copyright IBM Corp. 1997, 2004