org.opencrx.kernel.code1.cci2.SequenceBasedValueRangeQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.code1.cci2;
/**
* A {@code SequenceBasedValueRangeQuery} selects a set of instances of class {@code SequenceBasedValueRange} 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.158831364Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface SequenceBasedValueRangeQuery
extends org.opencrx.kernel.code1.cci2.ValueRangeQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SequenceBasedValueRange} testing whether the value of the feature {@code incrementValue} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate incrementValue(
);
/**
* Adds a condition for the feature {@code incrementValue} to the predicate for {@code SequenceBasedValueRange}, which evaluates to {@code false} unless the value of the feature {@code incrementValue} 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 thereExistsIncrementValue(
);
/**
* Adds a condition for the feature {@code incrementValue} to the predicate for {@code SequenceBasedValueRange}, which evaluates to {@code false} unless the value of the feature {@code incrementValue} 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 forAllIncrementValue(
);
/**
* Allows to adds a sort instruction for {@code SequenceBasedValueRange} depending the feature {@code incrementValue}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByIncrementValue(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SequenceBasedValueRange} testing whether the value of the feature {@code startValue} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate startValue(
);
/**
* Adds a condition for the feature {@code startValue} to the predicate for {@code SequenceBasedValueRange}, which evaluates to {@code false} unless the value of the feature {@code startValue} 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 thereExistsStartValue(
);
/**
* Adds a condition for the feature {@code startValue} to the predicate for {@code SequenceBasedValueRange}, which evaluates to {@code false} unless the value of the feature {@code startValue} 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 forAllStartValue(
);
/**
* Allows to adds a sort instruction for {@code SequenceBasedValueRange} depending the feature {@code startValue}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByStartValue(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}