org.omg.model1.cci2
Interface NamespaceFindElementsByTypeResultQuery

All Superinterfaces:
AnyTypePredicate

public interface NamespaceFindElementsByTypeResultQuery
extends AnyTypePredicate


Method Summary
 ElementQuery forAllResult()
          Adds a condition for the feature result to the predicate for NamespaceFindElementsByTypeResult, which evaluates to false unless the values of the feature result satisfy the given condition.
 MultivaluedFeaturePredicate result()
          Adds a constraint to the predicate for NamespaceFindElementsByTypeResult testing whether the feature result has values or not.
 ElementQuery thereExistsResult()
          Adds a condition for the feature result to the predicate for NamespaceFindElementsByTypeResult, which evaluates to false unless the values of the feature result satisfy the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

result

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


thereExistsResult

ElementQuery thereExistsResult()
Adds a condition for the feature result to the predicate for NamespaceFindElementsByTypeResult, which evaluates to false unless the values of the feature result 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


forAllResult

ElementQuery forAllResult()
Adds a condition for the feature result to the predicate for NamespaceFindElementsByTypeResult, which evaluates to false unless the values of the feature result 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



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