|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractFilterAccountQuery
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
accountFilterProperty()
Adds a constraint to the predicate for AbstractFilterAccount testing whether the feature accountFilterProperty has values or not. |
MultivaluedFeaturePredicate |
filteredAccount()
Adds a constraint to the predicate for AbstractFilterAccount testing whether the feature filteredAccount has values or not. |
AccountFilterPropertyQuery |
forAllAccountFilterProperty()
Adds a condition for the feature accountFilterProperty to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature accountFilterProperty satisfies the given condition. |
AccountQuery |
forAllFilteredAccount()
Adds a condition for the feature filteredAccount to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature filteredAccount satisfies the given condition. |
AccountFilterPropertyQuery |
thereExistsAccountFilterProperty()
Adds a condition for the feature accountFilterProperty to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature accountFilterProperty satisfies the given condition. |
AccountQuery |
thereExistsFilteredAccount()
Adds a condition for the feature filteredAccount to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature filteredAccount satisfies the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
MultivaluedFeaturePredicate accountFilterProperty()
AbstractFilterAccount testing whether the feature accountFilterProperty has values or not.
AccountFilterPropertyQuery thereExistsAccountFilterProperty()
accountFilterProperty to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature accountFilterProperty satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
AccountFilterPropertyQuery forAllAccountFilterProperty()
accountFilterProperty to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature accountFilterProperty satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
MultivaluedFeaturePredicate filteredAccount()
AbstractFilterAccount testing whether the feature filteredAccount has values or not.
AccountQuery thereExistsFilteredAccount()
filteredAccount to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature filteredAccount satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
AccountQuery forAllFilteredAccount()
filteredAccount to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature filteredAccount 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 | |||||||||