org.omg.model1.query
Interface ClassifierExternalizeClassifierParamsQuery

All Superinterfaces:
AnyTypePredicate
All Known Implementing Classes:
ClassifierExternalizeClassifierParamsFilterImpl

public interface ClassifierExternalizeClassifierParamsQuery
extends AnyTypePredicate

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


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

Method Detail

schema

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


orderBySchema

SimpleTypeOrder orderBySchema()
Allows to adds a sort instruction for ClassifierExternalizeClassifierParams depending the feature schema 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.