|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcessPricesResultQuery
| Method Summary | |
|---|---|
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. |
OptionalFeaturePredicate |
numberProcessed()
Adds a constraint to the predicate for ProcessPricesResult
testing whether the value of the feature numberProcessed
is null or not. |
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! |
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. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate numberProcessed()
ProcessPricesResult
testing whether the value of the feature numberProcessed
is null or not.
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
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
SimpleTypeOrder orderByNumberProcessed()
ProcessPricesResult
depending the feature numberProcessed
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 | |||||||||