org.omg.model1.query
Interface NamespaceLookupElementParamsQuery

All Superinterfaces:
AnyTypePredicate
All Known Implementing Classes:
NamespaceLookupElementParamsFilterImpl

public interface NamespaceLookupElementParamsQuery
extends AnyTypePredicate

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


Method Summary
 StringTypePredicate name()
          Adds a constraint for the feature name to the predicate.
 SimpleTypeOrder orderByName()
          Allows to adds a sort instruction for NamespaceLookupElementParams depending the feature name 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

name

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


orderByName

SimpleTypeOrder orderByName()
Allows to adds a sort instruction for NamespaceLookupElementParams depending the feature name 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.