|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AddressableQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
building()
Adds a constraint to the predicate for Addressable testing
whether the value of the feature building is
null or not. |
AbstractBuildingUnitQuery |
forAllBuilding()
Adds a constraint for the feature building to the
predicate. |
ComparableTypePredicate<Short> |
forAllUsage()
Adds a constraint for the feature usage to the predicate. |
BooleanTypePredicate |
isMain()
|
SimpleTypeOrder |
orderByIsMain()
Allows to adds a sort instruction for Addressable
depending the feature isMain
Note: The order in which orderBy…
instructions are given is relevant! |
MultivaluedTypeOrder |
orderByUsage()
Allows to adds a sort instruction for Addressable
depending the feature usage
Note: The order in which orderBy…
instructions are given is relevant! |
AbstractBuildingUnitQuery |
thereExistsBuilding()
Adds a constraint for the feature building to the
predicate. |
ComparableTypePredicate<Short> |
thereExistsUsage()
Adds a constraint for the feature usage to the predicate. |
MultivaluedFeaturePredicate |
usage()
Adds a constraint to the predicate for Addressable testing
whether the feature usage has values or not. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate building()
Addressable testing
whether the value of the feature building is
null or not.
AbstractBuildingUnitQuery thereExistsBuilding()
building to the
predicate. The predicate for Addressable evaluates
true if its value of feature building
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!
AbstractBuildingUnitQuery forAllBuilding()
building to the
predicate. The predicate for Addressable evaluates
true if its value of feature building
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!
BooleanTypePredicate isMain()
SimpleTypeOrder orderByIsMain()
Addressable
depending the feature isMain
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate usage()
Addressable testing
whether the feature usage has values or not.
ComparableTypePredicate<Short> thereExistsUsage()
usage to the predicate.
The predicate for Addressable evaluates true
if at least one of its values of feature usage 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!
ComparableTypePredicate<Short> forAllUsage()
usage to the predicate.
The predicate for Addressable evaluates true
if all of its values of feature usage 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 orderByUsage()
Addressable
depending the feature usage
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 | |||||||||