getPropType()

Retrieves the property type from a connector-property object.

Syntax

public int getPropType();
 

Parameters

None.

Return values

An integer that indicates the property type of the connector configuration property. Compare this integer value with the following connector-property constants to determine the type:

CWConnectorConstant.SIMPLE
The connector configuration property is simple; that is, it contains only string values.
CWConnectorConstant.HIERARCHICAL
The connector configuration property is hierarchical; that is, it contains one or more child properties and perhaps string values as well.

Exceptions

None.

Copyright IBM Corp. 1997, 2003