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.
Table 154 summarizes the methods in 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() |