public interface NoteQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.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. |
org.w3c.cci2.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. |
org.w3c.cci2.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! |
org.w3c.cci2.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! |
org.w3c.cci2.OptionalFeaturePredicate |
text()
Adds a constraint to the predicate for
Note testing whether the value of the feature text is null or not. |
org.w3c.cci2.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. |
org.w3c.cci2.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. |
org.w3c.cci2.OptionalFeaturePredicate |
title()
Adds a constraint to the predicate for
Note testing whether the value of the feature title is null or not. |
org.w3c.cci2.OptionalFeaturePredicate text()
Note testing whether the value of the feature text is null or not.org.w3c.cci2.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
org.w3c.cci2.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
org.w3c.cci2.SimpleTypeOrder orderByText()
Note depending the feature text
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate title()
Note testing whether the value of the feature title is null or not.org.w3c.cci2.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
org.w3c.cci2.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
org.w3c.cci2.SimpleTypeOrder orderByTitle()
Note depending the feature title
Note: The order in which orderBy… instructions are given is relevant!This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.