org.opencrx.kernel.activity1.cci2
Interface CalcActualEffortResultQuery

All Superinterfaces:
AnyTypePredicate

public interface CalcActualEffortResultQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate actualEffortHours()
          Adds a constraint to the predicate for CalcActualEffortResult testing whether the value of the feature actualEffortHours is null or not.
 OptionalFeaturePredicate actualEffortMinutes()
          Adds a constraint to the predicate for CalcActualEffortResult testing whether the value of the feature actualEffortMinutes is null or not.
 ComparableTypePredicate<Integer> forAllActualEffortHours()
          Adds a condition for the feature actualEffortHours to the predicate for CalcActualEffortResult, which evaluates to false unless the value of the feature actualEffortHours satisfies the given condition.
 ComparableTypePredicate<Integer> forAllActualEffortMinutes()
          Adds a condition for the feature actualEffortMinutes to the predicate for CalcActualEffortResult, which evaluates to false unless the value of the feature actualEffortMinutes satisfies the given condition.
 SimpleTypeOrder orderByActualEffortHours()
          Allows to adds a sort instruction for CalcActualEffortResult depending the feature actualEffortHours Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByActualEffortMinutes()
          Allows to adds a sort instruction for CalcActualEffortResult depending the feature actualEffortMinutes Note: The order in which orderBy… instructions are given is relevant!
 ComparableTypePredicate<Integer> thereExistsActualEffortHours()
          Adds a condition for the feature actualEffortHours to the predicate for CalcActualEffortResult, which evaluates to false unless the value of the feature actualEffortHours satisfies the given condition.
 ComparableTypePredicate<Integer> thereExistsActualEffortMinutes()
          Adds a condition for the feature actualEffortMinutes to the predicate for CalcActualEffortResult, which evaluates to false unless the value of the feature actualEffortMinutes satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

actualEffortHours

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


thereExistsActualEffortHours

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

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


forAllActualEffortHours

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

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


orderByActualEffortHours

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


actualEffortMinutes

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


thereExistsActualEffortMinutes

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

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


forAllActualEffortMinutes

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

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


orderByActualEffortMinutes

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



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