org.openmdx.ui1.query
Interface AssertableInspectorQuery

All Superinterfaces:
org.w3c.cci2.AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, ExtentCapableQuery
All Known Implementing Classes:
AssertableInspectorFilterImpl

public interface AssertableInspectorQuery
extends BasicObjectQuery


Method Summary
 org.w3c.cci2.OptionalFeaturePredicate backColor()
          Adds a constraint to the predicate for AssertableInspector testing whether the value of the feature backColor is null or not.
 org.w3c.cci2.BooleanTypePredicate changeable()
           
 org.w3c.cci2.OptionalFeaturePredicate color()
          Adds a constraint to the predicate for AssertableInspector testing whether the value of the feature color is null or not.
 org.w3c.cci2.BooleanTypePredicate filterable()
           
 org.w3c.cci2.StringTypePredicate forAllBackColor()
          Adds a constraint for the feature backColor to the predicate.
 org.w3c.cci2.StringTypePredicate forAllColor()
          Adds a constraint for the feature color to the predicate.
 org.w3c.cci2.StringTypePredicate forAllLabel()
          Adds a constraint for the feature label to the predicate.
 org.w3c.cci2.ComparableTypePredicate forAllOrder()
          Adds a constraint for the feature order to the predicate.
 org.w3c.cci2.StringTypePredicate forAllToolTip()
          Adds a constraint for the feature toolTip to the predicate.
 org.w3c.cci2.StringTypePredicate forClass()
           
 org.w3c.cci2.StringTypePredicate iconKey()
           
 org.w3c.cci2.MultivaluedFeaturePredicate label()
          Adds a constraint to the predicate for AssertableInspector testing whether the feature label has values or not.
 org.w3c.cci2.MultivaluedFeaturePredicate order()
          Adds a constraint to the predicate for AssertableInspector testing whether the feature order has values or not.
 org.w3c.cci2.SimpleTypeOrder orderByBackColor()
          Allows to adds a sort instruction for AssertableInspector depending the feature backColor Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByChangeable()
          Allows to adds a sort instruction for AssertableInspector depending the feature changeable Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByColor()
          Allows to adds a sort instruction for AssertableInspector depending the feature color Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByFilterable()
          Allows to adds a sort instruction for AssertableInspector depending the feature filterable Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByForClass()
          Allows to adds a sort instruction for AssertableInspector depending the feature forClass Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByIconKey()
          Allows to adds a sort instruction for AssertableInspector depending the feature iconKey Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.MultivaluedTypeOrder orderByLabel()
          Allows to adds a sort instruction for AssertableInspector depending the feature label Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.MultivaluedTypeOrder orderByOrder()
          Allows to adds a sort instruction for AssertableInspector depending the feature order Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderBySortable()
          Allows to adds a sort instruction for AssertableInspector depending the feature sortable Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.MultivaluedTypeOrder orderByToolTip()
          Allows to adds a sort instruction for AssertableInspector depending the feature toolTip Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.BooleanTypePredicate sortable()
           
 org.w3c.cci2.StringTypePredicate thereExistsBackColor()
          Adds a constraint for the feature backColor to the predicate.
 org.w3c.cci2.StringTypePredicate thereExistsColor()
          Adds a constraint for the feature color to the predicate.
 org.w3c.cci2.StringTypePredicate thereExistsLabel()
          Adds a constraint for the feature label to the predicate.
 org.w3c.cci2.ComparableTypePredicate thereExistsOrder()
          Adds a constraint for the feature order to the predicate.
 org.w3c.cci2.StringTypePredicate thereExistsToolTip()
          Adds a constraint for the feature toolTip to the predicate.
 org.w3c.cci2.MultivaluedFeaturePredicate toolTip()
          Adds a constraint to the predicate for AssertableInspector testing whether the feature toolTip has values or not.
 
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.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
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

backColor

org.w3c.cci2.OptionalFeaturePredicate backColor()
Adds a constraint to the predicate for AssertableInspector testing whether the value of the feature backColor is null or not.


thereExistsBackColor

org.w3c.cci2.StringTypePredicate thereExistsBackColor()
Adds a constraint for the feature backColor to the predicate. The predicate for AssertableInspector evaluates true if its value of feature backColor satisfies the selected condition.

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


forAllBackColor

org.w3c.cci2.StringTypePredicate forAllBackColor()
Adds a constraint for the feature backColor to the predicate. The predicate for AssertableInspector evaluates true if its value of feature backColor satisfies the selected condition.

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


orderByBackColor

org.w3c.cci2.SimpleTypeOrder orderByBackColor()
Allows to adds a sort instruction for AssertableInspector depending the feature backColor Note: The order in which orderBy… instructions are given is relevant!


changeable

org.w3c.cci2.BooleanTypePredicate changeable()

orderByChangeable

org.w3c.cci2.SimpleTypeOrder orderByChangeable()
Allows to adds a sort instruction for AssertableInspector depending the feature changeable Note: The order in which orderBy… instructions are given is relevant!


color

org.w3c.cci2.OptionalFeaturePredicate color()
Adds a constraint to the predicate for AssertableInspector testing whether the value of the feature color is null or not.


thereExistsColor

org.w3c.cci2.StringTypePredicate thereExistsColor()
Adds a constraint for the feature color to the predicate. The predicate for AssertableInspector evaluates true if its value of feature color satisfies the selected condition.

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


forAllColor

org.w3c.cci2.StringTypePredicate forAllColor()
Adds a constraint for the feature color to the predicate. The predicate for AssertableInspector evaluates true if its value of feature color satisfies the selected condition.

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


orderByColor

org.w3c.cci2.SimpleTypeOrder orderByColor()
Allows to adds a sort instruction for AssertableInspector depending the feature color Note: The order in which orderBy… instructions are given is relevant!


filterable

org.w3c.cci2.BooleanTypePredicate filterable()

orderByFilterable

org.w3c.cci2.SimpleTypeOrder orderByFilterable()
Allows to adds a sort instruction for AssertableInspector depending the feature filterable Note: The order in which orderBy… instructions are given is relevant!


forClass

org.w3c.cci2.StringTypePredicate forClass()

orderByForClass

org.w3c.cci2.SimpleTypeOrder orderByForClass()
Allows to adds a sort instruction for AssertableInspector depending the feature forClass Note: The order in which orderBy… instructions are given is relevant!


iconKey

org.w3c.cci2.StringTypePredicate iconKey()

orderByIconKey

org.w3c.cci2.SimpleTypeOrder orderByIconKey()
Allows to adds a sort instruction for AssertableInspector depending the feature iconKey Note: The order in which orderBy… instructions are given is relevant!


label

org.w3c.cci2.MultivaluedFeaturePredicate label()
Adds a constraint to the predicate for AssertableInspector testing whether the feature label has values or not.


thereExistsLabel

org.w3c.cci2.StringTypePredicate thereExistsLabel()
Adds a constraint for the feature label to the predicate. The predicate for AssertableInspector evaluates true if at least one of its values of feature label 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!


forAllLabel

org.w3c.cci2.StringTypePredicate forAllLabel()
Adds a constraint for the feature label to the predicate. The predicate for AssertableInspector evaluates true if all of its values of feature label 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!


orderByLabel

org.w3c.cci2.MultivaluedTypeOrder orderByLabel()
Allows to adds a sort instruction for AssertableInspector depending the feature label Note: The order in which orderBy… instructions are given is relevant!


order

org.w3c.cci2.MultivaluedFeaturePredicate order()
Adds a constraint to the predicate for AssertableInspector testing whether the feature order has values or not.


thereExistsOrder

org.w3c.cci2.ComparableTypePredicate thereExistsOrder()
Adds a constraint for the feature order to the predicate. The predicate for AssertableInspector evaluates true if at least one of its values of feature order 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!


forAllOrder

org.w3c.cci2.ComparableTypePredicate forAllOrder()
Adds a constraint for the feature order to the predicate. The predicate for AssertableInspector evaluates true if all of its values of feature order 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!


orderByOrder

org.w3c.cci2.MultivaluedTypeOrder orderByOrder()
Allows to adds a sort instruction for AssertableInspector depending the feature order Note: The order in which orderBy… instructions are given is relevant!


sortable

org.w3c.cci2.BooleanTypePredicate sortable()

orderBySortable

org.w3c.cci2.SimpleTypeOrder orderBySortable()
Allows to adds a sort instruction for AssertableInspector depending the feature sortable Note: The order in which orderBy… instructions are given is relevant!


toolTip

org.w3c.cci2.MultivaluedFeaturePredicate toolTip()
Adds a constraint to the predicate for AssertableInspector testing whether the feature toolTip has values or not.


thereExistsToolTip

org.w3c.cci2.StringTypePredicate thereExistsToolTip()
Adds a constraint for the feature toolTip to the predicate. The predicate for AssertableInspector evaluates true if at least one of its values of feature toolTip 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!


forAllToolTip

org.w3c.cci2.StringTypePredicate forAllToolTip()
Adds a constraint for the feature toolTip to the predicate. The predicate for AssertableInspector evaluates true if all of its values of feature toolTip 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!


orderByToolTip

org.w3c.cci2.MultivaluedTypeOrder orderByToolTip()
Allows to adds a sort instruction for AssertableInspector depending the feature toolTip Note: The order in which orderBy… instructions are given is relevant!



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