|
||||||||||
| 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 condition for the feature building to the predicate for Addressable, which evaluates to false unless the value of the feature building satisfies the given condition. |
ComparableTypePredicate<Short> |
forAllUsage()
Adds a condition for the feature usage to the predicate for Addressable, which evaluates to false unless the values of the feature usage satisfy the given condition. |
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! |
AbstractBuildingUnitQuery |
thereExistsBuilding()
Adds a condition for the feature building to the predicate for Addressable, which evaluates to false unless the value of the feature building satisfies the given condition. |
ComparableTypePredicate<Short> |
thereExistsUsage()
Adds a condition for the feature usage to the predicate for Addressable, which evaluates to false unless the values of the feature usage satisfy the given condition. |
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, equals, 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 for Addressable, which evaluates to false unless the value of the feature building satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
AbstractBuildingUnitQuery forAllBuilding()
building to the predicate for Addressable, which evaluates to false unless the value of the feature building satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
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 for Addressable, which evaluates to false unless the values of the feature usage 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
ComparableTypePredicate<Short> forAllUsage()
usage to the predicate for Addressable, which evaluates to false unless the values of the feature usage 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||