wt.query.specification
Interface IndependentAttrSearchExp

All Superinterfaces:
AttributeSearchExp, SearchExpression
All Known Implementing Classes:
DefaultIndependentAttrSearchExp

public interface IndependentAttrSearchExp
extends AttributeSearchExp



Supported API: false

Extendable: false


Field Summary
static String DEPENDENT
          Label for the attribute.
 
Fields inherited from interface wt.query.specification.AttributeSearchExp
IDENTIFIER, OPERATOR, PROCESS_IDENTIFIER_HIERARCHICALLY, VALUE
 
Method Summary
 DependentAttrSearchExp getDependent()
          Gets the object for the association that plays role: DEPENDENT.
 void setDependent(DependentAttrSearchExp a_Dependent)
          Sets the object for the association that plays role: DEPENDENT.
 
Methods inherited from interface wt.query.specification.AttributeSearchExp
getIdentifier, getOperator, getValue, isProcessIdentifierHierarchically, setIdentifier, setOperator, setProcessIdentifierHierarchically, setValue
 
Methods inherited from interface wt.query.specification.SearchExpression
maxSubExpression, minSubExpression
 

Field Detail

DEPENDENT

public static final String DEPENDENT
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getDependent

public DependentAttrSearchExp getDependent()
Gets the object for the association that plays role: DEPENDENT.

Supported API: false

Returns:
DependentAttrSearchExp

setDependent

public void setDependent(DependentAttrSearchExp a_Dependent)
                  throws WTPropertyVetoException
Sets the object for the association that plays role: DEPENDENT.

Supported API: false

Parameters:
a_Dependent -
Throws:
WTPropertyVetoException