|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractFilterContractQuery
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
filteredContract()
Adds a constraint to the predicate for AbstractFilterContract testing whether the feature filteredContract has values or not. |
MultivaluedFeaturePredicate |
filterProperty()
Adds a constraint to the predicate for AbstractFilterContract testing whether the feature filterProperty has values or not. |
AbstractContractQuery |
forAllFilteredContract()
Adds a condition for the feature filteredContract to the predicate for AbstractFilterContract, which evaluates to false unless the value of the feature filteredContract satisfies the given condition. |
ContractFilterPropertyQuery |
forAllFilterProperty()
Adds a condition for the feature filterProperty to the predicate for AbstractFilterContract, which evaluates to false unless the value of the feature filterProperty satisfies the given condition. |
AbstractContractQuery |
thereExistsFilteredContract()
Adds a condition for the feature filteredContract to the predicate for AbstractFilterContract, which evaluates to false unless the value of the feature filteredContract satisfies the given condition. |
ContractFilterPropertyQuery |
thereExistsFilterProperty()
Adds a condition for the feature filterProperty to the predicate for AbstractFilterContract, which evaluates to false unless the value of the feature filterProperty satisfies the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
MultivaluedFeaturePredicate filterProperty()
AbstractFilterContract testing whether the feature filterProperty has values or not.
ContractFilterPropertyQuery thereExistsFilterProperty()
filterProperty to the predicate for AbstractFilterContract, which evaluates to false unless the value of the feature filterProperty satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ContractFilterPropertyQuery forAllFilterProperty()
filterProperty to the predicate for AbstractFilterContract, which evaluates to false unless the value of the feature filterProperty satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
MultivaluedFeaturePredicate filteredContract()
AbstractFilterContract testing whether the feature filteredContract has values or not.
AbstractContractQuery thereExistsFilteredContract()
filteredContract to the predicate for AbstractFilterContract, which evaluates to false unless the value of the feature filteredContract satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
AbstractContractQuery forAllFilteredContract()
filteredContract to the predicate for AbstractFilterContract, which evaluates to false unless the value of the feature filteredContract satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||