org.omg.model1.cci2.OperationQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.QueryMapper 2.17.7
// Generated at 2020-11-27T16:04:08.503Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.omg.model1.cci2;
/**
*/
public interface OperationQuery
extends org.omg.model1.cci2.BehaviouralFeatureQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for Operation
testing whether the feature exception
has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate exception(
);
/**
* Adds a condition for the feature exception
to the predicate for Operation
, which evaluates to false
unless the values of the feature exception
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.omg.model1.cci2.ExceptionQuery thereExistsException(
);
/**
* Adds a condition for the feature exception
to the predicate for Operation
, which evaluates to false
unless the values of the feature exception
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.omg.model1.cci2.ExceptionQuery forAllException(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
*/
public org.w3c.cci2.BooleanTypePredicate isQuery(
);
/**
* Allows to adds a sort instruction for Operation
depending the feature isQuery
* Note: The order in which orderBy…
instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByIsQuery(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for Operation
testing whether the value of the feature semantics
is null
or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate semantics(
);
/**
* Adds a condition for the feature semantics
to the predicate for Operation
, which evaluates to false
unless the value of the feature semantics
satisfies the given condition.
*
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
*/
public org.w3c.cci2.StringTypePredicate thereExistsSemantics(
);
/**
* Adds a condition for the feature semantics
to the predicate for Operation
, which evaluates to false
unless the value of the feature semantics
satisfies the given condition.
*
Since the attribute is optional its value may be null
, in which case the condition is satisfied
*/
public org.w3c.cci2.StringTypePredicate forAllSemantics(
);
/**
* Allows to adds a sort instruction for Operation
depending the feature semantics
* Note: The order in which orderBy…
instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderBySemantics(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}