org.opencrx.kernel.activity1.cci2.CalcTotalQuantityResultQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.cci2;
/**
* A {@code CalcTotalQuantityResultQuery} selects a set of instances of class {@code CalcTotalQuantityResult} 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:34.986932785Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CalcTotalQuantityResultQuery
extends org.w3c.cci2.AnyTypePredicate
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CalcTotalQuantityResult} testing whether the feature {@code quantityUom} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate quantityUom(
);
/**
* Adds a condition for the feature {@code quantityUom} to the predicate for {@code CalcTotalQuantityResult}, which evaluates to {@code false} unless the values of the feature {@code quantityUom} 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.uom1.cci2.UomQuery thereExistsQuantityUom(
);
/**
* Adds a condition for the feature {@code quantityUom} to the predicate for {@code CalcTotalQuantityResult}, which evaluates to {@code false} unless the values of the feature {@code quantityUom} 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.uom1.cci2.UomQuery forAllQuantityUom(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CalcTotalQuantityResult} testing whether the feature {@code totalQuantity} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate totalQuantity(
);
/**
* Adds a condition for the feature {@code totalQuantity} to the predicate for {@code CalcTotalQuantityResult}, which evaluates to {@code false} unless the values of the feature {@code totalQuantity} 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.w3c.cci2.ComparableTypePredicate thereExistsTotalQuantity(
);
/**
* Adds a condition for the feature {@code totalQuantity} to the predicate for {@code CalcTotalQuantityResult}, which evaluates to {@code false} unless the values of the feature {@code totalQuantity} 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.w3c.cci2.ComparableTypePredicate forAllTotalQuantity(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}