org.opencrx.kernel.base.cci2
Interface ExportItemParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface ExportItemParamsQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate exportProfile()
          Adds a constraint to the predicate for ExportItemParams testing whether the value of the feature exportProfile is null or not.
 ExportProfileQuery forAllExportProfile()
          Adds a condition for the feature exportProfile to the predicate for ExportItemParams, which evaluates to false unless the value of the feature exportProfile satisfies the given condition.
 ExportProfileQuery thereExistsExportProfile()
          Adds a condition for the feature exportProfile to the predicate for ExportItemParams, which evaluates to false unless the value of the feature exportProfile satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

exportProfile

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


thereExistsExportProfile

ExportProfileQuery thereExistsExportProfile()
Adds a condition for the feature exportProfile to the predicate for ExportItemParams, which evaluates to false unless the value of the feature exportProfile satisfies the given condition.

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


forAllExportProfile

ExportProfileQuery forAllExportProfile()
Adds a condition for the feature exportProfile to the predicate for ExportItemParams, which evaluates to false unless the value of the feature exportProfile 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-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.