Static member variable

In addition to the attribute-type constants (which are defined as static member variables), the BusObjAttrType class defines the static member variable in Table 75.

Table 75. Static member variable of the BusObjAttrType class.

Static member variable Description
AttrTypes
A String array that contains the names for the different attribute types. This array can be indexed by the attribute type; for example, the following code retrieves the type name for the Integer attribute type:
BusObjAttrType.AttrTypes[BusObjAttrType.INTEGER]

Copyright IBM Corp. 1997, 2004