|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InvoiceTQuery
| Method Summary | |
|---|---|
ContractTQuery |
contract()
|
ComparableTypePredicate<Date> |
forAllPaymentDate()
Adds a condition for the feature paymentDate to the predicate for InvoiceT, which evaluates to false unless the value of the feature paymentDate satisfies the given condition. |
BooleanTypePredicate |
isVoucher()
|
SimpleTypeOrder |
orderByIsVoucher()
Allows to adds a sort instruction for InvoiceT depending the feature isVoucher
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByPaymentDate()
Allows to adds a sort instruction for InvoiceT depending the feature paymentDate
Note: The order in which orderBy… instructions are given is relevant! |
OptionalFeaturePredicate |
paymentDate()
Adds a constraint to the predicate for InvoiceT testing whether the value of the feature paymentDate is null or not. |
ComparableTypePredicate<Date> |
thereExistsPaymentDate()
Adds a condition for the feature paymentDate to the predicate for InvoiceT, which evaluates to false unless the value of the feature paymentDate satisfies the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
ContractTQuery contract()
BooleanTypePredicate isVoucher()
SimpleTypeOrder orderByIsVoucher()
InvoiceT depending the feature isVoucher
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate paymentDate()
InvoiceT testing whether the value of the feature paymentDate is null or not.
ComparableTypePredicate<Date> thereExistsPaymentDate()
paymentDate to the predicate for InvoiceT, which evaluates to false unless the value of the feature paymentDate satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Date> forAllPaymentDate()
paymentDate to the predicate for InvoiceT, which evaluates to false unless the value of the feature paymentDate satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByPaymentDate()
InvoiceT depending the feature paymentDate
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 | |||||||||