org.omg.model1.query
Interface ConstantQuery
- All Superinterfaces:
- AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, ElementQuery, ExtentCapableQuery, TypedElementQuery, ViewCapableQuery
- All Known Implementing Classes:
- ConstantFilterImpl
public interface ConstantQuery
- extends TypedElementQuery
A ConstantQuery selects a set of instances of class
Constant based on conditions to be met by their attributes.
| 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 |
constValue
StringTypePredicate constValue()
- Adds a constraint for the feature
constValue to the
predicate. The predicate for Constant evaluates
true if its value of feature constValue
satisfies the selected condition.
orderByConstValue
SimpleTypeOrder orderByConstValue()
- Allows to adds a sort instruction for
Constant depending
the feature constValue
Note: The order in which orderBy…
instructions are given is relevant!
This software is published under the BSD license. Copyright © 2003-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.