public interface CreatePositionResultQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
SalesContractPositionQuery |
forAllPosition()
Adds a condition for the feature
position to the predicate for CreatePositionResult, which evaluates to false unless the value of the feature position satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate |
position()
Adds a constraint to the predicate for
CreatePositionResult testing whether the value of the feature position is null or not. |
SalesContractPositionQuery |
thereExistsPosition()
Adds a condition for the feature
position to the predicate for CreatePositionResult, which evaluates to false unless the value of the feature position satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate position()
CreatePositionResult testing whether the value of the feature position is null or not.SalesContractPositionQuery thereExistsPosition()
position to the predicate for CreatePositionResult, which evaluates to false unless the value of the feature position satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
SalesContractPositionQuery forAllPosition()
position to the predicate for CreatePositionResult, which evaluates to false unless the value of the feature position 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.