|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DependentAttrSearchExp | |
wt.csm.query | |
wt.query.specification |
Uses of DependentAttrSearchExp in wt.csm.query |
Methods in wt.csm.query with parameters of type DependentAttrSearchExp | |
static void |
AbstractCSMQueryContainer.printQueryDependency(DependentAttrSearchExp exp,
String prefix)
|
Uses of DependentAttrSearchExp in wt.query.specification |
Classes in wt.query.specification that implement DependentAttrSearchExp | |
class |
DefaultDependentAttrSearchExp
Supported API: false Extendable: false |
Fields in wt.query.specification declared as DependentAttrSearchExp | |
private DependentAttrSearchExp |
DefaultIndependentAttrSearchExp.dependent
|
Methods in wt.query.specification that return DependentAttrSearchExp | |
DependentAttrSearchExp |
IndependentAttrSearchExp.getDependent()
Gets the object for the association that plays role: DEPENDENT. |
DependentAttrSearchExp |
DefaultIndependentAttrSearchExp.getDependent()
Gets the object for the association that plays role: dependent. |
Methods in wt.query.specification with parameters of type DependentAttrSearchExp | |
void |
IndependentAttrSearchExp.setDependent(DependentAttrSearchExp a_Dependent)
Sets the object for the association that plays role: DEPENDENT. |
void |
DefaultIndependentAttrSearchExp.setDependent(DependentAttrSearchExp a_Dependent)
Sets the object for the association that plays role: dependent. |
Constructors in wt.query.specification with parameters of type DependentAttrSearchExp | |
DefaultIndependentAttrSearchExp(AttributeIdentifier an_attribute_identifier,
OperatorType an_operator,
AttributeValueCriteria a_value,
boolean hierarchically,
DependentAttrSearchExp a_dependent_attribute)
Supported API: false |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |