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