public interface CalcTotalQuantityParamsQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.OptionalFeaturePredicate |
endAt()
Adds a constraint to the predicate for
CalcTotalQuantityParams testing whether the value of the feature endAt is null or not. |
org.w3c.cci2.ComparableTypePredicate<Date> |
forAllEndAt()
Adds a condition for the feature
endAt to the predicate for CalcTotalQuantityParams, which evaluates to false unless the value of the feature endAt satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<Date> |
forAllStartAt()
Adds a condition for the feature
startAt to the predicate for CalcTotalQuantityParams, which evaluates to false unless the value of the feature startAt satisfies the given condition. |
org.w3c.cci2.SimpleTypeOrder |
orderByEndAt()
Allows to adds a sort instruction for
CalcTotalQuantityParams depending the feature endAt
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByRecordType()
Allows to adds a sort instruction for
CalcTotalQuantityParams depending the feature recordType
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByStartAt()
Allows to adds a sort instruction for
CalcTotalQuantityParams depending the feature startAt
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.ComparableTypePredicate<Short> |
recordType() |
org.w3c.cci2.OptionalFeaturePredicate |
startAt()
Adds a constraint to the predicate for
CalcTotalQuantityParams testing whether the value of the feature startAt is null or not. |
org.w3c.cci2.ComparableTypePredicate<Date> |
thereExistsEndAt()
Adds a condition for the feature
endAt to the predicate for CalcTotalQuantityParams, which evaluates to false unless the value of the feature endAt satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<Date> |
thereExistsStartAt()
Adds a condition for the feature
startAt to the predicate for CalcTotalQuantityParams, which evaluates to false unless the value of the feature startAt satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate endAt()
CalcTotalQuantityParams testing whether the value of the feature endAt is null or not.org.w3c.cci2.ComparableTypePredicate<Date> thereExistsEndAt()
endAt to the predicate for CalcTotalQuantityParams, which evaluates to false unless the value of the feature endAt satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.ComparableTypePredicate<Date> forAllEndAt()
endAt to the predicate for CalcTotalQuantityParams, which evaluates to false unless the value of the feature endAt satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByEndAt()
CalcTotalQuantityParams depending the feature endAt
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.ComparableTypePredicate<Short> recordType()
org.w3c.cci2.SimpleTypeOrder orderByRecordType()
CalcTotalQuantityParams depending the feature recordType
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate startAt()
CalcTotalQuantityParams testing whether the value of the feature startAt is null or not.org.w3c.cci2.ComparableTypePredicate<Date> thereExistsStartAt()
startAt to the predicate for CalcTotalQuantityParams, which evaluates to false unless the value of the feature startAt satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.ComparableTypePredicate<Date> forAllStartAt()
startAt to the predicate for CalcTotalQuantityParams, which evaluates to false unless the value of the feature startAt satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByStartAt()
CalcTotalQuantityParams depending the feature startAt
Note: The order in which orderBy… instructions are given is relevant!This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.