org.opencrx.kernel.depot1.cci2.FxRateQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.depot1.cci2;
/**
* A {@code FxRateQuery} selects a set of instances of class {@code FxRate} based on conditions to be met by their attributes.
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.QueryMapper",
date = "2023-10-28T12:15:36.222176915Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface FxRateQuery
extends org.opencrx.kernel.generic.cci2.CrxObjectQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code currencyBuy} to the predicate. The predicate for {@code FxRate} evaluates {@code true} if its value of feature {@code currencyBuy} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate currencyBuy(
);
/**
* Allows to adds a sort instruction for {@code FxRate} depending the feature {@code currencyBuy}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByCurrencyBuy(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code currencySell} to the predicate. The predicate for {@code FxRate} evaluates {@code true} if its value of feature {@code currencySell} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate currencySell(
);
/**
* Allows to adds a sort instruction for {@code FxRate} depending the feature {@code currencySell}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByCurrencySell(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code FxRate} testing whether the value of the feature {@code description} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate description(
);
/**
* Adds a condition for the feature {@code description} to the predicate for {@code FxRate}, which evaluates to {@code false} unless the value of the feature {@code description} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied
*/
public org.w3c.cci2.StringTypePredicate thereExistsDescription(
);
/**
* Adds a condition for the feature {@code description} to the predicate for {@code FxRate}, which evaluates to {@code false} unless the value of the feature {@code description} satisfies the given condition.
*
Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.w3c.cci2.StringTypePredicate forAllDescription(
);
/**
* Allows to adds a sort instruction for {@code FxRate} depending the feature {@code description}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByDescription(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code FxRate} testing whether the value of the feature {@code fxRateProvider} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate fxRateProvider(
);
/**
* Adds a condition for the feature {@code fxRateProvider} to the predicate for {@code FxRate}, which evaluates to {@code false} unless the value of the feature {@code fxRateProvider} satisfies the given condition.
*
Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied
*/
public org.opencrx.kernel.account1.cci2.AccountQuery thereExistsFxRateProvider(
);
/**
* Adds a condition for the feature {@code fxRateProvider} to the predicate for {@code FxRate}, which evaluates to {@code false} unless the value of the feature {@code fxRateProvider} satisfies the given condition.
*
Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.opencrx.kernel.account1.cci2.AccountQuery forAllFxRateProvider(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code fxRateType} to the predicate. The predicate for {@code FxRate} evaluates {@code true} if its value of feature {@code fxRateType} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate fxRateType(
);
/**
* Allows to adds a sort instruction for {@code FxRate} depending the feature {@code fxRateType}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByFxRateType(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code name} to the predicate. The predicate for {@code FxRate} evaluates {@code true} if its value of feature {@code name} satisfies the selected condition.
*/
public org.w3c.cci2.StringTypePredicate name(
);
/**
* Allows to adds a sort instruction for {@code FxRate} depending the feature {@code name}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByName(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code FxRate} testing whether the value of the feature {@code rate} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate rate(
);
/**
* Adds a condition for the feature {@code rate} to the predicate for {@code FxRate}, which evaluates to {@code false} unless the value of the feature {@code rate} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied
*/
public org.w3c.cci2.ComparableTypePredicate thereExistsRate(
);
/**
* Adds a condition for the feature {@code rate} to the predicate for {@code FxRate}, which evaluates to {@code false} unless the value of the feature {@code rate} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.w3c.cci2.ComparableTypePredicate forAllRate(
);
/**
* Allows to adds a sort instruction for {@code FxRate} depending the feature {@code rate}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByRate(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code FxRate} testing whether the value of the feature {@code transactionSizeFrom} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate transactionSizeFrom(
);
/**
* Adds a condition for the feature {@code transactionSizeFrom} to the predicate for {@code FxRate}, which evaluates to {@code false} unless the value of the feature {@code transactionSizeFrom} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied
*/
public org.w3c.cci2.ComparableTypePredicate thereExistsTransactionSizeFrom(
);
/**
* Adds a condition for the feature {@code transactionSizeFrom} to the predicate for {@code FxRate}, which evaluates to {@code false} unless the value of the feature {@code transactionSizeFrom} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.w3c.cci2.ComparableTypePredicate forAllTransactionSizeFrom(
);
/**
* Allows to adds a sort instruction for {@code FxRate} depending the feature {@code transactionSizeFrom}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByTransactionSizeFrom(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code FxRate} testing whether the value of the feature {@code transactionSizeTo} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate transactionSizeTo(
);
/**
* Adds a condition for the feature {@code transactionSizeTo} to the predicate for {@code FxRate}, which evaluates to {@code false} unless the value of the feature {@code transactionSizeTo} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied
*/
public org.w3c.cci2.ComparableTypePredicate thereExistsTransactionSizeTo(
);
/**
* Adds a condition for the feature {@code transactionSizeTo} to the predicate for {@code FxRate}, which evaluates to {@code false} unless the value of the feature {@code transactionSizeTo} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.w3c.cci2.ComparableTypePredicate forAllTransactionSizeTo(
);
/**
* Allows to adds a sort instruction for {@code FxRate} depending the feature {@code transactionSizeTo}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByTransactionSizeTo(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code FxRate} testing whether the value of the feature {@code valueDate} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate valueDate(
);
/**
* Adds a condition for the feature {@code valueDate} to the predicate for {@code FxRate}, which evaluates to {@code false} unless the value of the feature {@code valueDate} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied
*/
public org.w3c.cci2.ComparableTypePredicate thereExistsValueDate(
);
/**
* Adds a condition for the feature {@code valueDate} to the predicate for {@code FxRate}, which evaluates to {@code false} unless the value of the feature {@code valueDate} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.w3c.cci2.ComparableTypePredicate forAllValueDate(
);
/**
* Allows to adds a sort instruction for {@code FxRate} depending the feature {@code valueDate}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByValueDate(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}