public interface ProcessPricesResultQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.ComparableTypePredicate<Integer> |
forAllNumberProcessed()
Adds a condition for the feature
numberProcessed to the predicate for ProcessPricesResult, which evaluates to false unless the value of the feature numberProcessed satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate |
numberProcessed()
Adds a constraint to the predicate for
ProcessPricesResult testing whether the value of the feature numberProcessed is null or not. |
org.w3c.cci2.SimpleTypeOrder |
orderByNumberProcessed()
Allows to adds a sort instruction for
ProcessPricesResult depending the feature numberProcessed
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.ComparableTypePredicate<Integer> |
thereExistsNumberProcessed()
Adds a condition for the feature
numberProcessed to the predicate for ProcessPricesResult, which evaluates to false unless the value of the feature numberProcessed satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate numberProcessed()
ProcessPricesResult testing whether the value of the feature numberProcessed is null or not.org.w3c.cci2.ComparableTypePredicate<Integer> thereExistsNumberProcessed()
numberProcessed to the predicate for ProcessPricesResult, which evaluates to false unless the value of the feature numberProcessed 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.ComparableTypePredicate<Integer> forAllNumberProcessed()
numberProcessed to the predicate for ProcessPricesResult, which evaluates to false unless the value of the feature numberProcessed 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 orderByNumberProcessed()
ProcessPricesResult depending the feature numberProcessed
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.