org.opencrx.kernel.model1.cci2.NamespaceQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.model1.cci2;
/**
* A {@code NamespaceQuery} selects a set of instances of class {@code Namespace} 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.384618382Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface NamespaceQuery
extends org.opencrx.kernel.model1.cci2.ElementQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Namespace} testing whether the feature {@code content} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate content(
);
/**
* Adds a condition for the feature {@code content} to the predicate for {@code Namespace}, which evaluates to {@code false} unless the value of the feature {@code content} 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.model1.cci2.ElementQuery thereExistsContent(
);
/**
* Adds a condition for the feature {@code content} to the predicate for {@code Namespace}, which evaluates to {@code false} unless the value of the feature {@code content} 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.model1.cci2.ElementQuery forAllContent(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}