org.opencrx.kernel.generic.cci2
Interface DescriptionContainerQuery

All Superinterfaces:
AnyTypePredicate
All Known Subinterfaces:
ActivityProcessStateQuery, ActivityProcessTransitionQuery, ArtifactQuery, AssetContextQuery, AssetQuery, BookingQuery, ClassificationElementQuery, CompoundBookingQuery, CreditBookingQuery, DebitBookingQuery, DepotQuery, DepotReportQuery, DescriptorGroupQuery, DesignDiagramQuery, DesignModelQuery, DesignPartQuery, EventQuery, ImplementationPartQuery, InterfaceSpecQuery, PartQuery, ProductClassificationQuery, ProductQuery, ProfileQuery, RequirementDiagramQuery, RequirementModelQuery, RequirementPartQuery, SalesTaxTypeQuery, SimpleBookingQuery, SingleBookingQuery, SlotQuery, SolutionPartQuery, SubActivityTransitionQuery, TestDiagramQuery, TestModelQuery, TestPartQuery, UomQuery, UseCaseQuery

public interface DescriptionContainerQuery
extends AnyTypePredicate


Method Summary
 MultivaluedFeaturePredicate additionalDescription()
          Adds a constraint to the predicate for DescriptionContainer testing whether the feature additionalDescription has values or not.
 DescriptionQuery forAllAdditionalDescription()
          Adds a condition for the feature additionalDescription to the predicate for DescriptionContainer, which evaluates to false unless the value of the feature additionalDescription satisfies the given condition.
 DescriptionQuery thereExistsAdditionalDescription()
          Adds a condition for the feature additionalDescription to the predicate for DescriptionContainer, which evaluates to false unless the value of the feature additionalDescription satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

additionalDescription

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


thereExistsAdditionalDescription

DescriptionQuery thereExistsAdditionalDescription()
Adds a condition for the feature additionalDescription to the predicate for DescriptionContainer, which evaluates to false unless the value of the feature additionalDescription satisfies the given condition.

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


forAllAdditionalDescription

DescriptionQuery forAllAdditionalDescription()
Adds a condition for the feature additionalDescription to the predicate for DescriptionContainer, which evaluates to false unless the value of the feature additionalDescription 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-2012, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.