org.openmdx.kernel.cci2.QueryExtensionQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.QueryMapper 2.17.7
// Generated at 2020-11-27T16:04:08.436Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.kernel.cci2;
/**
*/
public interface QueryExtensionQuery
extends org.w3c.cci2.AnyTypePredicate
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for QueryExtension
testing whether the feature booleanParam
has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate booleanParam(
);
/**
* Adds a condition for the feature booleanParam
to the predicate for QueryExtension
, which evaluates to false
unless the values of the feature booleanParam
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.BooleanTypePredicate thereExistsBooleanParam(
);
/**
* Adds a condition for the feature booleanParam
to the predicate for QueryExtension
, which evaluates to false
unless the values of the feature booleanParam
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.BooleanTypePredicate forAllBooleanParam(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
*/
public org.w3c.cci2.StringTypePredicate clause(
);
/**
* Allows to adds a sort instruction for QueryExtension
depending the feature clause
* Note: The order in which orderBy…
instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByClause(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for QueryExtension
testing whether the feature dateParam
has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate dateParam(
);
/**
* Adds a condition for the feature dateParam
to the predicate for QueryExtension
, which evaluates to false
unless the values of the feature dateParam
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.PartiallyOrderedTypePredicate thereExistsDateParam(
);
/**
* Adds a condition for the feature dateParam
to the predicate for QueryExtension
, which evaluates to false
unless the values of the feature dateParam
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.PartiallyOrderedTypePredicate forAllDateParam(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for QueryExtension
testing whether the feature dateTimeParam
has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate dateTimeParam(
);
/**
* Adds a condition for the feature dateTimeParam
to the predicate for QueryExtension
, which evaluates to false
unless the values of the feature dateTimeParam
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.ComparableTypePredicate thereExistsDateTimeParam(
);
/**
* Adds a condition for the feature dateTimeParam
to the predicate for QueryExtension
, which evaluates to false
unless the values of the feature dateTimeParam
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.ComparableTypePredicate forAllDateTimeParam(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for QueryExtension
testing whether the feature decimalParam
has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate decimalParam(
);
/**
* Adds a condition for the feature decimalParam
to the predicate for QueryExtension
, which evaluates to false
unless the values of the feature decimalParam
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.ComparableTypePredicate thereExistsDecimalParam(
);
/**
* Adds a condition for the feature decimalParam
to the predicate for QueryExtension
, which evaluates to false
unless the values of the feature decimalParam
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.ComparableTypePredicate forAllDecimalParam(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for QueryExtension
testing whether the feature integerParam
has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate integerParam(
);
/**
* Adds a condition for the feature integerParam
to the predicate for QueryExtension
, which evaluates to false
unless the values of the feature integerParam
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.ComparableTypePredicate thereExistsIntegerParam(
);
/**
* Adds a condition for the feature integerParam
to the predicate for QueryExtension
, which evaluates to false
unless the values of the feature integerParam
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.ComparableTypePredicate forAllIntegerParam(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for QueryExtension
testing whether the feature stringParam
has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate stringParam(
);
/**
* Adds a condition for the feature stringParam
to the predicate for QueryExtension
, which evaluates to false
unless the values of the feature stringParam
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 thereExistsStringParam(
);
/**
* Adds a condition for the feature stringParam
to the predicate for QueryExtension
, which evaluates to false
unless the values of the feature stringParam
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 forAllStringParam(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}