org.opencrx.application.shop1.cci2
Interface ContractStatusTQuery

All Superinterfaces:
AnyTypePredicate

public interface ContractStatusTQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate description()
          Adds a constraint to the predicate for ContractStatusT testing whether the value of the feature description is null or not.
 StringTypePredicate forAllDescription()
          Adds a condition for the feature description to the predicate for ContractStatusT, which evaluates to false unless the value of the feature description satisfies the given condition.
 ComparableTypePredicate<Integer> forAllStatus()
          Adds a condition for the feature status to the predicate for ContractStatusT, which evaluates to false unless the value of the feature status satisfies the given condition.
 StringPropertyTQuery forAllTag()
          Adds a condition for the feature tag to the predicate for ContractStatusT, which evaluates to false unless the values of the feature tag satisfy the given condition.
 SimpleTypeOrder orderByDescription()
          Allows to adds a sort instruction for ContractStatusT depending the feature description Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByStatus()
          Allows to adds a sort instruction for ContractStatusT depending the feature status Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate status()
          Adds a constraint to the predicate for ContractStatusT testing whether the value of the feature status is null or not.
 MultivaluedFeaturePredicate tag()
          Adds a constraint to the predicate for ContractStatusT testing whether the feature tag has values or not.
 StringTypePredicate thereExistsDescription()
          Adds a condition for the feature description to the predicate for ContractStatusT, which evaluates to false unless the value of the feature description satisfies the given condition.
 ComparableTypePredicate<Integer> thereExistsStatus()
          Adds a condition for the feature status to the predicate for ContractStatusT, which evaluates to false unless the value of the feature status satisfies the given condition.
 StringPropertyTQuery thereExistsTag()
          Adds a condition for the feature tag to the predicate for ContractStatusT, which evaluates to false unless the values of the feature tag satisfy the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

description

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


thereExistsDescription

StringTypePredicate thereExistsDescription()
Adds a condition for the feature description to the predicate for ContractStatusT, which evaluates to false unless the value of the feature description satisfies the given condition.

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


forAllDescription

StringTypePredicate forAllDescription()
Adds a condition for the feature description to the predicate for ContractStatusT, which evaluates to false unless the value of the feature description satisfies the given condition.

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


orderByDescription

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


status

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


thereExistsStatus

ComparableTypePredicate<Integer> thereExistsStatus()
Adds a condition for the feature status to the predicate for ContractStatusT, which evaluates to false unless the value of the feature status satisfies the given condition.

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


forAllStatus

ComparableTypePredicate<Integer> forAllStatus()
Adds a condition for the feature status to the predicate for ContractStatusT, which evaluates to false unless the value of the feature status satisfies the given condition.

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


orderByStatus

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


tag

MultivaluedFeaturePredicate tag()
Adds a constraint to the predicate for ContractStatusT testing whether the feature tag has values or not.


thereExistsTag

StringPropertyTQuery thereExistsTag()
Adds a condition for the feature tag to the predicate for ContractStatusT, which evaluates to false unless the values of the feature tag satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllTag

StringPropertyTQuery forAllTag()
Adds a condition for the feature tag to the predicate for ContractStatusT, which evaluates to false unless the values of the feature tag satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied



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