Property-type constants

The AgentProperty class defines static member variables to represent property-type constants. Table 67 summarizes these property-type constants, which represent valid values for an agent property's data type. All property-type constants are of type integer (int).

Table 67. Property-type constants of the AgentProperty Class

Property-type constant Description
TYPE_BOOLEAN


Indicates that the type of the property is Boolean.
TYPE_DOUBLE


Indicates that the type of the property is Double.
TYPE_FLOAT


Indicates that the type of the property is Float.
TYPE_INTEGER


Indicates that the type of the property is Integer.
TYPE_STRING


Indicates that the type of the property is String.

Copyright IBM Corp. 1997, 2003