public interface AbstractFilterAddressQuery extends AbstractFilterQuery
| Type | Property and Description |
|---|---|
org.w3c.cci2.MultivaluedFeaturePredicate |
addressFilter
Adds a constraint to the predicate for
AbstractFilterAddress testing whether the feature addressFilterProperty has values or not. |
AddressFilterPropertyQuery |
forAllAddressFilter
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. |
AddressFilterPropertyQuery |
thereExistsAddressFilter
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. |
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.MultivaluedFeaturePredicate |
addressFilterProperty()
Adds a constraint to the predicate for
AbstractFilterAddress testing whether the feature addressFilterProperty has values or not. |
org.w3c.cci2.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. |
AbstractFilterAddress testing whether the feature addressFilterProperty has values or not.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
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
org.w3c.cci2.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
org.w3c.cci2.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
This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.