CxProperty class

The CxProperty class represents a hierarchical connector configuration property for a low-level Java connector. A hierarchical connector configuration property can contain one or more values and these values can be either string values or other (child) connector properties.

Note:
The CWProperty class is the Java connector library method that is a wrapper for the CxProperty class of the low-level Java connector library. Most Java-connector development should use the Java connector library. For more information on the classes of the Java connector library, see Overview of the Java connector library.

Table 154 summarizes the methods in the CxProperty class.

Table 154. Member methods of the CxProperty class
Member method Description Page
CxProperty() Creates a connector-property object. CxProperty()
getAllChildProps() Retrieves all child properties from the hierarchical connector configuration property. getAllChildProps()
getChildProp() Retrieves a specified child property from the hierarchical connector configuration property., at any level in the property hierarchy. getChildProp()
getEncryptionFlag() Retrieves the encryption flag for the connector configuration property. getEncryptionFlag()
getName() Retrieves the name of the connector configuration property. getName()
getStringValues() Retrieves all string values from the hierarchical connector configuration property. getStringValues()
hasChildren() Determines whether the connector configuration property has any child properties. hasChildren()
setEncryptionFlag() Sets the encryption flag for the hierarchical connector configuration property. setEncryptionFlag()
setValues() Sets the values of the hierarchical connector configuration property. setValues()

Copyright IBM Corporation 1997, 2004. All Rights Reserved.