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