|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WorkingDayQuery
| Method Summary | |
|---|---|
BooleanTypePredicate |
forAllIsWorkingDay()
Adds a condition for the feature isWorkingDay to the predicate for WorkingDay, which evaluates to false unless the value of the feature isWorkingDay satisfies the given condition. |
ComparableTypePredicate<Short> |
forAllWorkDurationHours()
Adds a condition for the feature workDurationHours to the predicate for WorkingDay, which evaluates to false unless the value of the feature workDurationHours satisfies the given condition. |
ComparableTypePredicate<Short> |
forAllWorkDurationMinutes()
Adds a condition for the feature workDurationMinutes to the predicate for WorkingDay, which evaluates to false unless the value of the feature workDurationMinutes satisfies the given condition. |
OptionalFeaturePredicate |
isWorkingDay()
Adds a constraint to the predicate for WorkingDay testing whether the value of the feature isWorkingDay is null or not. |
SimpleTypeOrder |
orderByIsWorkingDay()
Allows to adds a sort instruction for WorkingDay depending the feature isWorkingDay
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByWorkDurationHours()
Allows to adds a sort instruction for WorkingDay depending the feature workDurationHours
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByWorkDurationMinutes()
Allows to adds a sort instruction for WorkingDay depending the feature workDurationMinutes
Note: The order in which orderBy… instructions are given is relevant! |
BooleanTypePredicate |
thereExistsIsWorkingDay()
Adds a condition for the feature isWorkingDay to the predicate for WorkingDay, which evaluates to false unless the value of the feature isWorkingDay satisfies the given condition. |
ComparableTypePredicate<Short> |
thereExistsWorkDurationHours()
Adds a condition for the feature workDurationHours to the predicate for WorkingDay, which evaluates to false unless the value of the feature workDurationHours satisfies the given condition. |
ComparableTypePredicate<Short> |
thereExistsWorkDurationMinutes()
Adds a condition for the feature workDurationMinutes to the predicate for WorkingDay, which evaluates to false unless the value of the feature workDurationMinutes satisfies the given condition. |
OptionalFeaturePredicate |
workDurationHours()
Adds a constraint to the predicate for WorkingDay testing whether the value of the feature workDurationHours is null or not. |
OptionalFeaturePredicate |
workDurationMinutes()
Adds a constraint to the predicate for WorkingDay testing whether the value of the feature workDurationMinutes is null or not. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate isWorkingDay()
WorkingDay testing whether the value of the feature isWorkingDay is null or not.
BooleanTypePredicate thereExistsIsWorkingDay()
isWorkingDay to the predicate for WorkingDay, which evaluates to false unless the value of the feature isWorkingDay satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
BooleanTypePredicate forAllIsWorkingDay()
isWorkingDay to the predicate for WorkingDay, which evaluates to false unless the value of the feature isWorkingDay satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByIsWorkingDay()
WorkingDay depending the feature isWorkingDay
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate workDurationHours()
WorkingDay testing whether the value of the feature workDurationHours is null or not.
ComparableTypePredicate<Short> thereExistsWorkDurationHours()
workDurationHours to the predicate for WorkingDay, which evaluates to false unless the value of the feature workDurationHours satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Short> forAllWorkDurationHours()
workDurationHours to the predicate for WorkingDay, which evaluates to false unless the value of the feature workDurationHours satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByWorkDurationHours()
WorkingDay depending the feature workDurationHours
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate workDurationMinutes()
WorkingDay testing whether the value of the feature workDurationMinutes is null or not.
ComparableTypePredicate<Short> thereExistsWorkDurationMinutes()
workDurationMinutes to the predicate for WorkingDay, which evaluates to false unless the value of the feature workDurationMinutes satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Short> forAllWorkDurationMinutes()
workDurationMinutes to the predicate for WorkingDay, which evaluates to false unless the value of the feature workDurationMinutes satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByWorkDurationMinutes()
WorkingDay depending the feature workDurationMinutes
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 | |||||||||