|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NoteQuery
| Method Summary | |
|---|---|
StringTypePredicate |
forAllText()
Adds a condition for the feature text to the predicate for Note, which evaluates to false unless the value of the feature text satisfies the given condition. |
StringTypePredicate |
forAllTitle()
Adds a condition for the feature title to the predicate for Note, which evaluates to false unless the value of the feature title satisfies the given condition. |
SimpleTypeOrder |
orderByText()
Allows to adds a sort instruction for Note depending the feature text
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByTitle()
Allows to adds a sort instruction for Note depending the feature title
Note: The order in which orderBy… instructions are given is relevant! |
OptionalFeaturePredicate |
text()
Adds a constraint to the predicate for Note testing whether the value of the feature text is null or not. |
StringTypePredicate |
thereExistsText()
Adds a condition for the feature text to the predicate for Note, which evaluates to false unless the value of the feature text satisfies the given condition. |
StringTypePredicate |
thereExistsTitle()
Adds a condition for the feature title to the predicate for Note, which evaluates to false unless the value of the feature title satisfies the given condition. |
OptionalFeaturePredicate |
title()
Adds a constraint to the predicate for Note testing whether the value of the feature title is null or not. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate text()
Note testing whether the value of the feature text is null or not.
StringTypePredicate thereExistsText()
text to the predicate for Note, which evaluates to false unless the value of the feature text satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllText()
text to the predicate for Note, which evaluates to false unless the value of the feature text satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByText()
Note depending the feature text
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate title()
Note testing whether the value of the feature title is null or not.
StringTypePredicate thereExistsTitle()
title to the predicate for Note, which evaluates to false unless the value of the feature title satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllTitle()
title to the predicate for Note, which evaluates to false unless the value of the feature title satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByTitle()
Note depending the feature title
Note: The order in which orderBy… instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||