org.opencrx.kernel.model1.cci2.GeneralizableElementQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.model1.cci2;
/**
* A {@code GeneralizableElementQuery} selects a set of instances of class {@code GeneralizableElement} 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.372250596Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface GeneralizableElementQuery
extends org.opencrx.kernel.model1.cci2.NamespaceQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code isAbstract} to the predicate. The predicate for {@code GeneralizableElement} evaluates {@code true} if its value of feature {@code isAbstract} satisfies the selected condition.
*/
public org.w3c.cci2.BooleanTypePredicate isAbstract(
);
/**
* Allows to adds a sort instruction for {@code GeneralizableElement} depending the feature {@code isAbstract}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByIsAbstract(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code GeneralizableElement} testing whether the feature {@code supertype} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate supertype(
);
/**
* Adds a condition for the feature {@code supertype} to the predicate for {@code GeneralizableElement}, which evaluates to {@code false} unless the value of the feature {@code supertype} 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.GeneralizableElementQuery thereExistsSupertype(
);
/**
* Adds a condition for the feature {@code supertype} to the predicate for {@code GeneralizableElement}, which evaluates to {@code false} unless the value of the feature {@code supertype} 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.GeneralizableElementQuery forAllSupertype(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code visibility} to the predicate. The predicate for {@code GeneralizableElement} evaluates {@code true} if its value of feature {@code visibility} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate visibility(
);
/**
* Allows to adds a sort instruction for {@code GeneralizableElement} depending the feature {@code visibility}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByVisibility(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}