org.omg.model1.cci2
Interface TagQuery

All Superinterfaces:
AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, ElementQuery, ExtentCapableQuery, ViewCapableQuery

public interface TagQuery
extends ElementQuery


Method Summary
 StringTypePredicate forAllTagValue()
          Adds a constraint for the feature tagValue to the predicate.
 MultivaluedTypeOrder orderByTagValue()
          Allows to adds a sort instruction for Tag depending the feature tagValue Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedFeaturePredicate tagValue()
          Adds a constraint to the predicate for Tag testing whether the feature tagValue has values or not.
 StringTypePredicate thereExistsTagValue()
          Adds a constraint for the feature tagValue to the predicate.
 
Methods inherited from interface org.omg.model1.cci2.ElementQuery
annotation, container, forAllAnnotation, forAllContainer, forAllStereotype, name, orderByAnnotation, orderByName, orderByQualifiedName, orderByStereotype, qualifiedName, stereotype, thereExistsAnnotation, thereExistsContainer, thereExistsStereotype
 
Methods inherited from interface org.openmdx.base.cci2.BasicObjectQuery
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

tagValue

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


thereExistsTagValue

StringTypePredicate thereExistsTagValue()
Adds a constraint for the feature tagValue to the predicate. The predicate for Tag evaluates true if at least one of its values of feature tagValue satisfies the given condition.

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


forAllTagValue

StringTypePredicate forAllTagValue()
Adds a constraint for the feature tagValue to the predicate. The predicate for Tag evaluates true if all of its values of feature tagValue satisfy the selected condition.

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


orderByTagValue

MultivaluedTypeOrder orderByTagValue()
Allows to adds a sort instruction for Tag depending the feature tagValue Note: The order in which orderBy… instructions are given is relevant!



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