org.omg.model1.query
Interface TypedElementQuery

All Superinterfaces:
AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, ElementQuery, ExtentCapableQuery, ViewCapableQuery
All Known Subinterfaces:
AliasTypeQuery, AssociationEndQuery, AttributeQuery, CollectionTypeQuery, ConstantQuery, ParameterQuery, ReferenceQuery, StructuralFeatureQuery, StructureFieldQuery
All Known Implementing Classes:
AliasTypeFilterImpl, AssociationEndFilterImpl, AttributeFilterImpl, CollectionTypeFilterImpl, ConstantFilterImpl, ParameterFilterImpl, ReferenceFilterImpl, StructuralFeatureFilterImpl, StructureFieldFilterImpl, TypedElementFilterImpl

public interface TypedElementQuery
extends ElementQuery

A TypedElementQuery selects a set of instances of class TypedElement based on conditions to be met by their attributes.


Method Summary
 ClassifierQuery type()
          Adds a constraint for the feature type to the predicate.
 
Methods inherited from interface org.omg.model1.query.ElementQuery
annotation, container, forAllAnnotation, forAllContainer, forAllStereotype, name, orderByAnnotation, orderByName, orderByQualifiedName, orderByStereotype, qualifiedName, stereotype, thereExistsAnnotation, thereExistsContainer, thereExistsStereotype
 
Methods inherited from interface org.openmdx.base.query.BasicObjectQuery
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.query.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.query.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

type

ClassifierQuery type()
Adds a constraint for the feature type to the predicate. The predicate for TypedElement evaluates true if its value of feature type satisfies the selected condition.



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