|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AssertableInspectorQuery
| 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 condition for the feature backColor to the
predicate for AssertableInspector, which evaluates to
false unless the value of the feature
backColor satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllColor()
Adds a condition for the feature color to the predicate
for AssertableInspector, which evaluates to
false unless the value of the feature color
satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllLabel()
Adds a condition for the feature label to the predicate
for AssertableInspector, which evaluates to
false unless the values of the feature label
satisfy the given condition. |
org.w3c.cci2.ComparableTypePredicate<Integer> |
forAllOrder()
Adds a condition for the feature order to the predicate
for AssertableInspector, which evaluates to
false unless the values of the feature order
satisfy the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllToolTip()
Adds a condition for the feature toolTip to the predicate
for AssertableInspector, which evaluates to
false unless the values of the feature
toolTip satisfy the given condition. |
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 condition for the feature backColor to the
predicate for AssertableInspector, which evaluates to
false unless the value of the feature
backColor satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsColor()
Adds a condition for the feature color to the predicate
for AssertableInspector, which evaluates to
false unless the value of the feature color
satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsLabel()
Adds a condition for the feature label to the predicate
for AssertableInspector, which evaluates to
false unless the values of the feature label
satisfy the given condition. |
org.w3c.cci2.ComparableTypePredicate<Integer> |
thereExistsOrder()
Adds a condition for the feature order to the predicate
for AssertableInspector, which evaluates to
false unless the values of the feature order
satisfy the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsToolTip()
Adds a condition for the feature toolTip to the predicate
for AssertableInspector, which evaluates to
false unless the values of the feature
toolTip satisfy the given condition. |
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.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 |
|---|
org.w3c.cci2.OptionalFeaturePredicate backColor()
AssertableInspector
testing whether the value of the feature backColor is
null or not.
org.w3c.cci2.StringTypePredicate thereExistsBackColor()
backColor to the
predicate for AssertableInspector, which evaluates to
false unless the value of the feature
backColor satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllBackColor()
backColor to the
predicate for AssertableInspector, which evaluates to
false unless the value of the feature
backColor satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByBackColor()
AssertableInspector
depending the feature backColor
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.BooleanTypePredicate changeable()
org.w3c.cci2.SimpleTypeOrder orderByChangeable()
AssertableInspector
depending the feature changeable
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.OptionalFeaturePredicate color()
AssertableInspector
testing whether the value of the feature color is
null or not.
org.w3c.cci2.StringTypePredicate thereExistsColor()
color to the predicate
for AssertableInspector, which evaluates to
false unless the value of the feature color
satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllColor()
color to the predicate
for AssertableInspector, which evaluates to
false unless the value of the feature color
satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByColor()
AssertableInspector
depending the feature color
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.BooleanTypePredicate filterable()
org.w3c.cci2.SimpleTypeOrder orderByFilterable()
AssertableInspector
depending the feature filterable
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.StringTypePredicate forClass()
org.w3c.cci2.SimpleTypeOrder orderByForClass()
AssertableInspector
depending the feature forClass
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.StringTypePredicate iconKey()
org.w3c.cci2.SimpleTypeOrder orderByIconKey()
AssertableInspector
depending the feature iconKey
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.MultivaluedFeaturePredicate label()
AssertableInspector
testing whether the feature label has values or not.
org.w3c.cci2.StringTypePredicate thereExistsLabel()
label to the predicate
for AssertableInspector, which evaluates to
false unless the values of the feature label
satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllLabel()
label to the predicate
for AssertableInspector, which evaluates to
false unless the values of the feature label
satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
org.w3c.cci2.MultivaluedTypeOrder orderByLabel()
AssertableInspector
depending the feature label
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.MultivaluedFeaturePredicate order()
AssertableInspector
testing whether the feature order has values or not.
org.w3c.cci2.ComparableTypePredicate<Integer> thereExistsOrder()
order to the predicate
for AssertableInspector, which evaluates to
false unless the values of the feature order
satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
org.w3c.cci2.ComparableTypePredicate<Integer> forAllOrder()
order to the predicate
for AssertableInspector, which evaluates to
false unless the values of the feature order
satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
org.w3c.cci2.MultivaluedTypeOrder orderByOrder()
AssertableInspector
depending the feature order
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.BooleanTypePredicate sortable()
org.w3c.cci2.SimpleTypeOrder orderBySortable()
AssertableInspector
depending the feature sortable
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.MultivaluedFeaturePredicate toolTip()
AssertableInspector
testing whether the feature toolTip has values or not.
org.w3c.cci2.StringTypePredicate thereExistsToolTip()
toolTip to the predicate
for AssertableInspector, which evaluates to
false unless the values of the feature
toolTip satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllToolTip()
toolTip to the predicate
for AssertableInspector, which evaluates to
false unless the values of the feature
toolTip satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
org.w3c.cci2.MultivaluedTypeOrder orderByToolTip()
AssertableInspector
depending the feature toolTip
Note: The order in which orderBy…
instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||