org.omg.model1.query
Interface PackageExternalizeResultQuery

All Superinterfaces:
AnyTypePredicate
All Known Implementing Classes:
PackageExternalizeResultFilterImpl

public interface PackageExternalizeResultQuery
extends AnyTypePredicate

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


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

Method Detail

packageAsJar

AnyTypePredicate packageAsJar()
Adds a constraint for the feature packageAsJar to the predicate. The predicate for PackageExternalizeResult evaluates true if its value of feature packageAsJar satisfies the selected condition.


orderByPackageAsJar

SimpleTypeOrder orderByPackageAsJar()
Allows to adds a sort instruction for PackageExternalizeResult depending the feature packageAsJar 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.