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