org.opencrx.kernel.code1.cci2.ValueRangeUpdateValuesResultQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.code1.cci2;
/**
* A {@code ValueRangeUpdateValuesResultQuery} selects a set of instances of class {@code ValueRangeUpdateValuesResult} 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:35.176938357Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ValueRangeUpdateValuesResultQuery
extends org.w3c.cci2.AnyTypePredicate
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ValueRangeUpdateValuesResult} testing whether the value of the feature {@code numberProcessed} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate numberProcessed(
);
/**
* Adds a condition for the feature {@code numberProcessed} to the predicate for {@code ValueRangeUpdateValuesResult}, which evaluates to {@code false} unless the value of the feature {@code numberProcessed} 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 thereExistsNumberProcessed(
);
/**
* Adds a condition for the feature {@code numberProcessed} to the predicate for {@code ValueRangeUpdateValuesResult}, which evaluates to {@code false} unless the value of the feature {@code numberProcessed} 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 forAllNumberProcessed(
);
/**
* Allows to adds a sort instruction for {@code ValueRangeUpdateValuesResult} depending the feature {@code numberProcessed}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByNumberProcessed(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ValueRangeUpdateValuesResult} testing whether the value of the feature {@code statusCode} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate statusCode(
);
/**
* Adds a condition for the feature {@code statusCode} to the predicate for {@code ValueRangeUpdateValuesResult}, which evaluates to {@code false} unless the value of the feature {@code statusCode} 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 thereExistsStatusCode(
);
/**
* Adds a condition for the feature {@code statusCode} to the predicate for {@code ValueRangeUpdateValuesResult}, which evaluates to {@code false} unless the value of the feature {@code statusCode} 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 forAllStatusCode(
);
/**
* Allows to adds a sort instruction for {@code ValueRangeUpdateValuesResult} depending the feature {@code statusCode}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByStatusCode(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ValueRangeUpdateValuesResult} testing whether the value of the feature {@code statusMessage} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate statusMessage(
);
/**
* Adds a condition for the feature {@code statusMessage} to the predicate for {@code ValueRangeUpdateValuesResult}, which evaluates to {@code false} unless the value of the feature {@code statusMessage} 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 thereExistsStatusMessage(
);
/**
* Adds a condition for the feature {@code statusMessage} to the predicate for {@code ValueRangeUpdateValuesResult}, which evaluates to {@code false} unless the value of the feature {@code statusMessage} 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 forAllStatusMessage(
);
/**
* Allows to adds a sort instruction for {@code ValueRangeUpdateValuesResult} depending the feature {@code statusMessage}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByStatusMessage(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}