|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BooleanPropertyQuery
| Method Summary | |
|---|---|
BooleanTypePredicate |
forAllValue()
Adds a constraint for the feature value to the predicate. |
MultivaluedTypeOrder |
orderByValue()
Allows to adds a sort instruction for BooleanProperty
depending the feature value
Note: The order in which orderBy…
instructions are given is relevant! |
BooleanTypePredicate |
thereExistsValue()
Adds a constraint for the feature value to the predicate. |
MultivaluedFeaturePredicate |
value()
Adds a constraint to the predicate for BooleanProperty
testing whether the feature value has values or not. |
| Methods inherited from interface org.openmdx.filter1.query.PropertyQuery |
|---|
name, operator, orderByName, orderByOperator, orderByQuantor, quantor |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
MultivaluedFeaturePredicate value()
BooleanProperty
testing whether the feature value has values or not.
BooleanTypePredicate thereExistsValue()
value to the predicate.
The predicate for BooleanProperty evaluates
true if at least one of its values of feature
value 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!
BooleanTypePredicate forAllValue()
value to the predicate.
The predicate for BooleanProperty evaluates
true if all of its values of feature value
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!
MultivaluedTypeOrder orderByValue()
BooleanProperty
depending the feature value
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 | |||||||||