public interface AddWorkAndExpenseRecordResultQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
WorkAndExpenseRecordQuery |
forAllWorkRecord()
Adds a condition for the feature
workRecord to the predicate for AddWorkAndExpenseRecordResult, which evaluates to false unless the value of the feature workRecord satisfies the given condition. |
WorkAndExpenseRecordQuery |
thereExistsWorkRecord()
Adds a condition for the feature
workRecord to the predicate for AddWorkAndExpenseRecordResult, which evaluates to false unless the value of the feature workRecord satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate |
workRecord()
Adds a constraint to the predicate for
AddWorkAndExpenseRecordResult testing whether the value of the feature workRecord is null or not. |
org.w3c.cci2.OptionalFeaturePredicate workRecord()
AddWorkAndExpenseRecordResult testing whether the value of the feature workRecord is null or not.WorkAndExpenseRecordQuery thereExistsWorkRecord()
workRecord to the predicate for AddWorkAndExpenseRecordResult, which evaluates to false unless the value of the feature workRecord satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
WorkAndExpenseRecordQuery forAllWorkRecord()
workRecord to the predicate for AddWorkAndExpenseRecordResult, which evaluates to false unless the value of the feature workRecord satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.