CWProperty()

Creates a hierarchical connector-property object.

Syntax

public CWProperty();
public CWProperty(String propName, String simplePropValue);
public CWProperty(String propName, CWProperty[] hierPropValues);

Parameters

propName
Specifies the name of the connector configuration property.
simplePropValue
Is a String value with which to initialize a simple connector property.
hierPropValues
Is an array of connector-property (CWProperty) objects with which to initialize a hierarchical connector property.

Return values

A CWProperty object containing the newly created hierarchical connector property.

Notes

The CWProperty() constructor provides the following forms:

Copyright IBM Corporation 1997, 2004. All Rights Reserved.