Table 85 summarizes the methods in the DependentCondition
class.
Table 85. Member methods of the DependentCondition class.
Member Method | Description | Page |
---|---|---|
DependentCondition() | Creates a dependent-condition object. | DependentCondition() |
copy() | Copies the current dependent condition into the specified DependentCondition object. | copy() |
Creates a dependent-condition object.
Syntax
public DependentCondition();
public DependentCondition(String name, String op, boolean isDyn, int type, String specificVal);
Parameters
Return values
A newly instantiated DependentCondition object.
Copies the current dependent condition into a specified dependent-condition object.
Syntax
public void copy(DependentCondition depCond);
Parameters
Return values