Table 90 summarizes the methods in 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() |
public DependentCondition();
public DependentCondition(String name, String op, boolean isDyn, int type, String specificVal);
A newly instantiated DependentCondition object.
public void copy(DependentCondition depCond);
None.