org.omg.model1.cci2.GeneralizableElementQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Mon Mar 09 17:04:35 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.omg.model1.cci2;
/**
*/
public interface GeneralizableElementQuery
extends org.omg.model1.cci2.NamespaceQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for GeneralizableElement
testing whether the feature allSubtype
has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate allSubtype(
);
/**
* Adds a condition for the feature allSubtype
to the predicate for GeneralizableElement
, which evaluates to false
unless the values of the feature allSubtype
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.GeneralizableElementQuery thereExistsAllSubtype(
);
/**
* Adds a condition for the feature allSubtype
to the predicate for GeneralizableElement
, which evaluates to false
unless the values of the feature allSubtype
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.GeneralizableElementQuery forAllAllSubtype(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for GeneralizableElement
testing whether the feature allSupertype
has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate allSupertype(
);
/**
* Adds a condition for the feature allSupertype
to the predicate for GeneralizableElement
, which evaluates to false
unless the values of the feature allSupertype
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.GeneralizableElementQuery thereExistsAllSupertype(
);
/**
* Adds a condition for the feature allSupertype
to the predicate for GeneralizableElement
, which evaluates to false
unless the values of the feature allSupertype
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.GeneralizableElementQuery forAllAllSupertype(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for GeneralizableElement
testing whether the feature feature
has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate feature(
);
/**
* Adds a condition for the feature feature
to the predicate for GeneralizableElement
, which evaluates to false
unless the values of the feature feature
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.FeatureQuery thereExistsFeature(
);
/**
* Adds a condition for the feature feature
to the predicate for GeneralizableElement
, which evaluates to false
unless the values of the feature feature
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.FeatureQuery forAllFeature(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
*/
public org.w3c.cci2.BooleanTypePredicate isAbstract(
);
/**
* Allows to adds a sort instruction for GeneralizableElement
depending the feature isAbstract
* Note: The order in which orderBy…
instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByIsAbstract(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for GeneralizableElement
testing whether the feature subtype
has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate subtype(
);
/**
* Adds a condition for the feature subtype
to the predicate for GeneralizableElement
, which evaluates to false
unless the values of the feature subtype
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.GeneralizableElementQuery thereExistsSubtype(
);
/**
* Adds a condition for the feature subtype
to the predicate for GeneralizableElement
, which evaluates to false
unless the values of the feature subtype
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.GeneralizableElementQuery forAllSubtype(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for GeneralizableElement
testing whether the feature supertype
has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate supertype(
);
/**
* Adds a condition for the feature supertype
to the predicate for GeneralizableElement
, which evaluates to false
unless the values of the feature supertype
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.GeneralizableElementQuery thereExistsSupertype(
);
/**
* Adds a condition for the feature supertype
to the predicate for GeneralizableElement
, which evaluates to false
unless the values of the feature supertype
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.GeneralizableElementQuery forAllSupertype(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
*/
public org.w3c.cci2.StringTypePredicate visibility(
);
/**
* Allows to adds a sort instruction for GeneralizableElement
depending the feature visibility
* Note: The order in which orderBy…
instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByVisibility(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}