org.omg.model1.cci2.AssociationEndQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.QueryMapper 2.17.7
// Generated at 2020-11-27T16:04:08.483Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.omg.model1.cci2;
/**
*/
public interface AssociationEndQuery
extends org.omg.model1.cci2.TypedElementQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
*/
public org.w3c.cci2.StringTypePredicate aggregation(
);
/**
* Allows to adds a sort instruction for AssociationEnd
depending the feature aggregation
* Note: The order in which orderBy…
instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByAggregation(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
*/
public org.w3c.cci2.BooleanTypePredicate isChangeable(
);
/**
* Allows to adds a sort instruction for AssociationEnd
depending the feature isChangeable
* Note: The order in which orderBy…
instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByIsChangeable(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
*/
public org.w3c.cci2.BooleanTypePredicate isNavigable(
);
/**
* Allows to adds a sort instruction for AssociationEnd
depending the feature isNavigable
* Note: The order in which orderBy…
instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByIsNavigable(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
*/
public org.w3c.cci2.StringTypePredicate multiplicity(
);
/**
* Allows to adds a sort instruction for AssociationEnd
depending the feature multiplicity
* Note: The order in which orderBy…
instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByMultiplicity(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for AssociationEnd
testing whether the feature qualifierName
has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate qualifierName(
);
/**
* Adds a condition for the feature qualifierName
to the predicate for AssociationEnd
, which evaluates to false
unless the values of the feature qualifierName
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 thereExistsQualifierName(
);
/**
* Adds a condition for the feature qualifierName
to the predicate for AssociationEnd
, which evaluates to false
unless the values of the feature qualifierName
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 forAllQualifierName(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for AssociationEnd
testing whether the feature qualifierType
has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate qualifierType(
);
/**
* Adds a condition for the feature qualifierType
to the predicate for AssociationEnd
, which evaluates to false
unless the value of the feature qualifierType
satisfies the given condition.
*
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
*/
public org.omg.model1.cci2.ClassifierQuery thereExistsQualifierType(
);
/**
* Adds a condition for the feature qualifierType
to the predicate for AssociationEnd
, which evaluates to false
unless the value of the feature qualifierType
satisfies the given condition.
*
Since the attribute is optional its value may be null
, in which case the condition is satisfied
*/
public org.omg.model1.cci2.ClassifierQuery forAllQualifierType(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}