org.opencrx.kernel.forecast1.cci2.FindSalesVolumeBudgetsResultQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.forecast1.cci2;
/**
* A {@code FindSalesVolumeBudgetsResultQuery} selects a set of instances of class {@code FindSalesVolumeBudgetsResult} 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.777267619Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface FindSalesVolumeBudgetsResultQuery
extends org.w3c.cci2.AnyTypePredicate
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code FindSalesVolumeBudgetsResult} testing whether the feature {@code budget} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate budget(
);
/**
* Adds a condition for the feature {@code budget} to the predicate for {@code FindSalesVolumeBudgetsResult}, which evaluates to {@code false} unless the values of the feature {@code budget} satisfy the given condition.
* Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
*/
public org.opencrx.kernel.forecast1.cci2.SalesVolumeBudgetQuery thereExistsBudget(
);
/**
* Adds a condition for the feature {@code budget} to the predicate for {@code FindSalesVolumeBudgetsResult}, which evaluates to {@code false} unless the values of the feature {@code budget} satisfy the given condition.
*
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
*/
public org.opencrx.kernel.forecast1.cci2.SalesVolumeBudgetQuery forAllBudget(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}