org.opencrx.kernel.model1.cci2.ImportQuery Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.model1.cci2;
/**
* A {@code ImportQuery} selects a set of instances of class {@code Import} 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.382411352Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ImportQuery
extends org.opencrx.kernel.model1.cci2.ElementQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code isClustered} to the predicate. The predicate for {@code Import} evaluates {@code true} if its value of feature {@code isClustered} satisfies the selected condition.
*/
public org.w3c.cci2.BooleanTypePredicate isClustered(
);
/**
* Allows to adds a sort instruction for {@code Import} depending the feature {@code isClustered}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByIsClustered(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code namespace} to the predicate. The predicate for {@code Import} evaluates {@code true} if its value of feature {@code namespace} satisfies the selected condition.
*/
public org.opencrx.kernel.model1.cci2.NamespaceQuery namespace(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code visibility} to the predicate. The predicate for {@code Import} 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 Import} 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
// ----------------------------------------------------------------------------
}