org.opencrx.kernel.code1.cci2.CodeValueContainerQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.code1.cci2;
/**
* A {@code CodeValueContainerQuery} selects a set of instances of class {@code CodeValueContainer} 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.139270766Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CodeValueContainerQuery
extends org.opencrx.kernel.base.cci2.ExporterQuery,
org.opencrx.kernel.base.cci2.ImporterQuery,
org.opencrx.kernel.base.cci2.SecureObjectQuery,
org.openmdx.base.cci2.BasicObjectQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CodeValueContainer} testing whether the feature {@code entry} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate entry(
);
/**
* Adds a condition for the feature {@code entry} to the predicate for {@code CodeValueContainer}, which evaluates to {@code false} unless the value of the feature {@code entry} 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.code1.cci2.AbstractEntryQuery thereExistsEntry(
);
/**
* Adds a condition for the feature {@code entry} to the predicate for {@code CodeValueContainer}, which evaluates to {@code false} unless the value of the feature {@code entry} 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.code1.cci2.AbstractEntryQuery forAllEntry(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CodeValueContainer} testing whether the feature {@code name} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate name(
);
/**
* Adds a condition for the feature {@code name} to the predicate for {@code CodeValueContainer}, which evaluates to {@code false} unless the values of the feature {@code name} 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.StringTypePredicate thereExistsName(
);
/**
* Adds a condition for the feature {@code name} to the predicate for {@code CodeValueContainer}, which evaluates to {@code false} unless the values of the feature {@code name} 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.StringTypePredicate forAllName(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}