Many methods of the Java connector library return an integer outcome status
to indicate the success of the method. Table 121 summarizes the static outcome-status constants, which are
defined in the CWConnectorConstant class.
Connector-property constants of the CWConnectorConstant class
Constant name
| Meaning
|
HIERARCHICAL
| The connector property is hierarchical; that is, it contains a
combination of multiple string values and child properties.
|
SIMPLE
| The connector property is simple; that is, it contains only string
values, no child properties.
|
SINGLE_VALUED
| The connector property contains only a single value.
|
MULTI_VALUED
| The connector property contains one or more values.
|