org.opencrx.kernel.activity1.cci2
Interface ActivityDoFollowUpResultQuery

All Superinterfaces:
AnyTypePredicate

public interface ActivityDoFollowUpResultQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate followUp()
          Adds a constraint to the predicate for ActivityDoFollowUpResult testing whether the value of the feature followUp is null or not.
 ActivityFollowUpQuery forAllFollowUp()
          Adds a constraint for the feature followUp to the predicate.
 ActivityFollowUpQuery thereExistsFollowUp()
          Adds a constraint for the feature followUp to the predicate.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

followUp

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


thereExistsFollowUp

ActivityFollowUpQuery thereExistsFollowUp()
Adds a constraint for the feature followUp to the predicate. The predicate for ActivityDoFollowUpResult evaluates true if its value of feature followUp satisfies the selected condition.

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


forAllFollowUp

ActivityFollowUpQuery forAllFollowUp()
Adds a constraint for the feature followUp to the predicate. The predicate for ActivityDoFollowUpResult evaluates true if its value of feature followUp satisfies the selected condition.

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



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