org.omg.model1.cci2
Interface NamespaceLookupElementResultQuery

All Superinterfaces:
AnyTypePredicate

public interface NamespaceLookupElementResultQuery
extends AnyTypePredicate


Method Summary
 ElementQuery forAllResult()
          Adds a condition for the feature result to the predicate for NamespaceLookupElementResult, which evaluates to false unless the value of the feature result satisfies the given condition.
 OptionalFeaturePredicate result()
          Adds a constraint to the predicate for NamespaceLookupElementResult testing whether the value of the feature result is null or not.
 ElementQuery thereExistsResult()
          Adds a condition for the feature result to the predicate for NamespaceLookupElementResult, which evaluates to false unless the value of the feature result satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

result

OptionalFeaturePredicate result()
Adds a constraint to the predicate for NamespaceLookupElementResult testing whether the value of the feature result is null or not.


thereExistsResult

ElementQuery thereExistsResult()
Adds a condition for the feature result to the predicate for NamespaceLookupElementResult, which evaluates to false unless the value of the feature result satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllResult

ElementQuery forAllResult()
Adds a condition for the feature result to the predicate for NamespaceLookupElementResult, which evaluates to false unless the value of the feature result satisfies the given condition.

Since the attribute is optional its value may be null, 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.