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