existsConfigProperty()

Test the existence of a collaboration configuration property.

Syntax

boolean existsConfigProperty(String propertyName

Parameters

propertyName
The name of a property defined in the collaboration template.

Return values

Returns true if the property exists; returns false if it does not exist.

Examples

The following example tests for the existence of the VALIDATE_CUSTOMER property.

boolean validatePropExists =
    existsConfigProperty("VALIDATE_CUSTOMER");
 

Copyright IBM Corp. 2003, 2004