|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CalcActualEffortResultQuery
| 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 |
|---|
OptionalFeaturePredicate actualEffortHours()
CalcActualEffortResult testing whether the value of the feature actualEffortHours is null or not.
ComparableTypePredicate<Integer> thereExistsActualEffortHours()
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
ComparableTypePredicate<Integer> forAllActualEffortHours()
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
SimpleTypeOrder orderByActualEffortHours()
CalcActualEffortResult depending the feature actualEffortHours
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate actualEffortMinutes()
CalcActualEffortResult testing whether the value of the feature actualEffortMinutes is null or not.
ComparableTypePredicate<Integer> thereExistsActualEffortMinutes()
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
ComparableTypePredicate<Integer> forAllActualEffortMinutes()
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
SimpleTypeOrder orderByActualEffortMinutes()
CalcActualEffortResult depending the feature actualEffortMinutes
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 | |||||||||