org.omg.model1.query
Interface PackageExternalizeParamsQuery

All Superinterfaces:
AnyTypePredicate
All Known Implementing Classes:
PackageExternalizeParamsFilterImpl

public interface PackageExternalizeParamsQuery
extends AnyTypePredicate


Method Summary
 StringTypePredicate forAllFormat()
          Adds a constraint for the feature format to the predicate.
 MultivaluedFeaturePredicate format()
          Adds a constraint to the predicate for PackageExternalizeParams testing whether the feature format has values or not.
 MultivaluedTypeOrder orderByFormat()
          Allows to adds a sort instruction for PackageExternalizeParams depending the feature format Note: The order in which orderBy… instructions are given is relevant!
 StringTypePredicate thereExistsFormat()
          Adds a constraint for the feature format to the predicate.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

format

MultivaluedFeaturePredicate format()
Adds a constraint to the predicate for PackageExternalizeParams testing whether the feature format has values or not.


thereExistsFormat

StringTypePredicate thereExistsFormat()
Adds a constraint for the feature format to the predicate. The predicate for PackageExternalizeParams evaluates true if at least one of its values of feature format satisfies the given condition.

Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the predicate evaluates to false!


forAllFormat

StringTypePredicate forAllFormat()
Adds a constraint for the feature format to the predicate. The predicate for PackageExternalizeParams evaluates true if all of its values of feature format satisfy the selected condition.

Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the predicate evaluates to true!


orderByFormat

MultivaluedTypeOrder orderByFormat()
Allows to adds a sort instruction for PackageExternalizeParams depending the feature format Note: The order in which orderBy… instructions are given is relevant!



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