org.omg.model1.cci2
Interface PackageExternalizeParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface PackageExternalizeParamsQuery
extends AnyTypePredicate


Method Summary
 StringTypePredicate forAllFormat()
          Adds a condition for the feature format to the predicate for PackageExternalizeParams, which evaluates to false unless the values of the feature format satisfy the given condition.
 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 condition for the feature format to the predicate for PackageExternalizeParams, which evaluates to false unless the values of the feature format satisfy the given condition.
 
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 condition for the feature format to the predicate for PackageExternalizeParams, which evaluates to false unless the values of the feature format satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllFormat

StringTypePredicate forAllFormat()
Adds a condition for the feature format to the predicate for PackageExternalizeParams, which evaluates to false unless the values of the feature format satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


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-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.