|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractFilterAddressQuery
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
addressFilterProperty()
Adds a constraint to the predicate for AbstractFilterAddress testing whether the feature addressFilterProperty has values or not. |
MultivaluedFeaturePredicate |
filteredAddress()
Adds a constraint to the predicate for AbstractFilterAddress testing whether the feature filteredAddress has values or not. |
AddressFilterPropertyQuery |
forAllAddressFilterProperty()
Adds a condition for the feature addressFilterProperty to the predicate for AbstractFilterAddress, which evaluates to false unless the value of the feature addressFilterProperty satisfies the given condition. |
AccountAddressQuery |
forAllFilteredAddress()
Adds a condition for the feature filteredAddress to the predicate for AbstractFilterAddress, which evaluates to false unless the value of the feature filteredAddress satisfies the given condition. |
AddressFilterPropertyQuery |
thereExistsAddressFilterProperty()
Adds a condition for the feature addressFilterProperty to the predicate for AbstractFilterAddress, which evaluates to false unless the value of the feature addressFilterProperty satisfies the given condition. |
AccountAddressQuery |
thereExistsFilteredAddress()
Adds a condition for the feature filteredAddress to the predicate for AbstractFilterAddress, which evaluates to false unless the value of the feature filteredAddress satisfies the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
MultivaluedFeaturePredicate addressFilterProperty()
AbstractFilterAddress testing whether the feature addressFilterProperty has values or not.
AddressFilterPropertyQuery thereExistsAddressFilterProperty()
addressFilterProperty to the predicate for AbstractFilterAddress, which evaluates to false unless the value of the feature addressFilterProperty satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
AddressFilterPropertyQuery forAllAddressFilterProperty()
addressFilterProperty to the predicate for AbstractFilterAddress, which evaluates to false unless the value of the feature addressFilterProperty satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
MultivaluedFeaturePredicate filteredAddress()
AbstractFilterAddress testing whether the feature filteredAddress has values or not.
AccountAddressQuery thereExistsFilteredAddress()
filteredAddress to the predicate for AbstractFilterAddress, which evaluates to false unless the value of the feature filteredAddress satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
AccountAddressQuery forAllFilteredAddress()
filteredAddress to the predicate for AbstractFilterAddress, which evaluates to false unless the value of the feature filteredAddress 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 | |||||||||