All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.model1.cci2.ElementQuery Maven / Gradle / Ivy

There is a newer version: 2.18.10
Show newest version
// ----------------------------------------------------------------------------
// 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 ElementQuery
  extends org.openmdx.base.cci2.BasicObjectQuery
{

// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
  /**
   * Adds a constraint to the predicate for Element testing whether the value of the feature annotation is null or not.
   */
  public org.w3c.cci2.OptionalFeaturePredicate annotation(
  );

  /**
   * Adds a condition for the feature annotation to the predicate for Element, which evaluates to false unless the value of the feature annotation 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 thereExistsAnnotation( ); /** * Adds a condition for the feature annotation to the predicate for Element, which evaluates to false unless the value of the feature annotation 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 forAllAnnotation( ); /** * Allows to adds a sort instruction for Element depending the feature annotation * Note: The order in which orderBy… instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByAnnotation( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for Element testing whether the value of the feature container is null or not. */ public org.w3c.cci2.OptionalFeaturePredicate container( ); /** * Adds a condition for the feature container to the predicate for Element, which evaluates to false unless the value of the feature container 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.NamespaceQuery thereExistsContainer( ); /** * Adds a condition for the feature container to the predicate for Element, which evaluates to false unless the value of the feature container 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.NamespaceQuery forAllContainer( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** */ public org.w3c.cci2.StringTypePredicate name( ); /** * Allows to adds a sort instruction for Element depending the feature name * Note: The order in which orderBy… instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByName( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** */ public org.w3c.cci2.StringTypePredicate qualifiedName( ); /** * Allows to adds a sort instruction for Element depending the feature qualifiedName * Note: The order in which orderBy… instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByQualifiedName( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** */ public org.omg.model1.cci2.SegmentQuery segment( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for Element testing whether the feature stereotype has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate stereotype( ); /** * Adds a condition for the feature stereotype to the predicate for Element, which evaluates to false unless the values of the feature stereotype 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 thereExistsStereotype( ); /** * Adds a condition for the feature stereotype to the predicate for Element, which evaluates to false unless the values of the feature stereotype 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 forAllStereotype( ); // ---------------------------------------------------------------------------- // Query/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy