org.omg.model1.query
Interface NamespaceFindElementsByTypeParamsQuery

All Superinterfaces:
AnyTypePredicate
All Known Implementing Classes:
NamespaceFindElementsByTypeParamsFilterImpl

public interface NamespaceFindElementsByTypeParamsQuery
extends AnyTypePredicate

A NamespaceFindElementsByTypeParamsQuery selects a set of instances of class NamespaceFindElementsByTypeParams based on conditions to be met by their attributes.


Method Summary
 BooleanTypePredicate includeSubtypes()
          Adds a constraint for the feature includeSubtypes to the predicate.
 StringTypePredicate ofType()
          Adds a constraint for the feature ofType to the predicate.
 SimpleTypeOrder orderByIncludeSubtypes()
          Allows to adds a sort instruction for NamespaceFindElementsByTypeParams depending the feature includeSubtypes Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByOfType()
          Allows to adds a sort instruction for NamespaceFindElementsByTypeParams depending the feature ofType Note: The order in which orderBy… instructions are given is relevant!
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

includeSubtypes

BooleanTypePredicate includeSubtypes()
Adds a constraint for the feature includeSubtypes to the predicate. The predicate for NamespaceFindElementsByTypeParams evaluates true if its value of feature includeSubtypes satisfies the selected condition.


orderByIncludeSubtypes

SimpleTypeOrder orderByIncludeSubtypes()
Allows to adds a sort instruction for NamespaceFindElementsByTypeParams depending the feature includeSubtypes Note: The order in which orderBy… instructions are given is relevant!


ofType

StringTypePredicate ofType()
Adds a constraint for the feature ofType to the predicate. The predicate for NamespaceFindElementsByTypeParams evaluates true if its value of feature ofType satisfies the selected condition.


orderByOfType

SimpleTypeOrder orderByOfType()
Allows to adds a sort instruction for NamespaceFindElementsByTypeParams depending the feature ofType Note: The order in which orderBy… instructions are given is relevant!



This software is published under the BSD license. Copyright © 2003-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.