org.opencrx.kernel.product1.cci2
Interface RemovePricesParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface RemovePricesParamsQuery
extends AnyTypePredicate


Method Summary
 ComparableTypePredicate<Short> forAllProcessingMode()
          Adds a condition for the feature processingMode to the predicate for RemovePricesParams, which evaluates to false unless the value of the feature processingMode satisfies the given condition.
 SimpleTypeOrder orderByProcessingMode()
          Allows to adds a sort instruction for RemovePricesParams depending the feature processingMode Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate processingMode()
          Adds a constraint to the predicate for RemovePricesParams testing whether the value of the feature processingMode is null or not.
 ComparableTypePredicate<Short> thereExistsProcessingMode()
          Adds a condition for the feature processingMode to the predicate for RemovePricesParams, which evaluates to false unless the value of the feature processingMode satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

processingMode

OptionalFeaturePredicate processingMode()
Adds a constraint to the predicate for RemovePricesParams testing whether the value of the feature processingMode is null or not.


thereExistsProcessingMode

ComparableTypePredicate<Short> thereExistsProcessingMode()
Adds a condition for the feature processingMode to the predicate for RemovePricesParams, which evaluates to false unless the value of the feature processingMode satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllProcessingMode

ComparableTypePredicate<Short> forAllProcessingMode()
Adds a condition for the feature processingMode to the predicate for RemovePricesParams, which evaluates to false unless the value of the feature processingMode satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByProcessingMode

SimpleTypeOrder orderByProcessingMode()
Allows to adds a sort instruction for RemovePricesParams depending the feature processingMode Note: The order in which orderBy… instructions are given is relevant!



This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.