public interface AbstractBuildingUnitQuery extends PicturedQuery
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.MultivaluedFeaturePredicate |
assignedAddress()
Adds a constraint to the predicate for
AbstractBuildingUnit testing whether the feature assignedAddress has values or not. |
org.w3c.cci2.OptionalFeaturePredicate |
depot()
Adds a constraint to the predicate for
AbstractBuildingUnit testing whether the value of the feature depot is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for
AbstractBuildingUnit testing whether the value of the feature description is null or not. |
org.w3c.cci2.MultivaluedFeaturePredicate |
facility()
Adds a constraint to the predicate for
AbstractBuildingUnit testing whether the feature facility has values or not. |
AddressableQuery |
forAllAssignedAddress()
Adds a condition for the feature
assignedAddress to the predicate for AbstractBuildingUnit, which evaluates to false unless the value of the feature assignedAddress satisfies the given condition. |
DepotQuery |
forAllDepot()
Adds a condition for the feature
depot to the predicate for AbstractBuildingUnit, which evaluates to false unless the value of the feature depot satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllDescription()
Adds a condition for the feature
description to the predicate for AbstractBuildingUnit, which evaluates to false unless the value of the feature description satisfies the given condition. |
FacilityQuery |
forAllFacility()
Adds a condition for the feature
facility to the predicate for AbstractBuildingUnit, which evaluates to false unless the value of the feature facility satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
forAllSizeInCubicMeter()
Adds a condition for the feature
sizeInCubicMeter to the predicate for AbstractBuildingUnit, which evaluates to false unless the value of the feature sizeInCubicMeter satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
forAllSizeInSquareMeter()
Adds a condition for the feature
sizeInSquareMeter to the predicate for AbstractBuildingUnit, which evaluates to false unless the value of the feature sizeInSquareMeter satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
name() |
org.w3c.cci2.SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for
AbstractBuildingUnit depending the feature description
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for
AbstractBuildingUnit depending the feature name
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderBySizeInCubicMeter()
Allows to adds a sort instruction for
AbstractBuildingUnit depending the feature sizeInCubicMeter
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderBySizeInSquareMeter()
Allows to adds a sort instruction for
AbstractBuildingUnit depending the feature sizeInSquareMeter
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.OptionalFeaturePredicate |
sizeInCubicMeter()
Adds a constraint to the predicate for
AbstractBuildingUnit testing whether the value of the feature sizeInCubicMeter is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
sizeInSquareMeter()
Adds a constraint to the predicate for
AbstractBuildingUnit testing whether the value of the feature sizeInSquareMeter is null or not. |
AddressableQuery |
thereExistsAssignedAddress()
Adds a condition for the feature
assignedAddress to the predicate for AbstractBuildingUnit, which evaluates to false unless the value of the feature assignedAddress satisfies the given condition. |
DepotQuery |
thereExistsDepot()
Adds a condition for the feature
depot to the predicate for AbstractBuildingUnit, which evaluates to false unless the value of the feature depot satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsDescription()
Adds a condition for the feature
description to the predicate for AbstractBuildingUnit, which evaluates to false unless the value of the feature description satisfies the given condition. |
FacilityQuery |
thereExistsFacility()
Adds a condition for the feature
facility to the predicate for AbstractBuildingUnit, which evaluates to false unless the value of the feature facility satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
thereExistsSizeInCubicMeter()
Adds a condition for the feature
sizeInCubicMeter to the predicate for AbstractBuildingUnit, which evaluates to false unless the value of the feature sizeInCubicMeter satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
thereExistsSizeInSquareMeter()
Adds a condition for the feature
sizeInSquareMeter to the predicate for AbstractBuildingUnit, which evaluates to false unless the value of the feature sizeInSquareMeter satisfies the given condition. |
forAllPicture, forAllPictureContent, forAllPictureContentMimeType, forAllPictureContentName, orderByPictureContent, orderByPictureContentMimeType, orderByPictureContentName, picture, pictureContent, pictureContentMimeType, pictureContentName, thereExistsPicture, thereExistsPictureContent, thereExistsPictureContentMimeType, thereExistsPictureContentNameorg.w3c.cci2.MultivaluedFeaturePredicate assignedAddress()
AbstractBuildingUnit testing whether the feature assignedAddress has values or not.AddressableQuery thereExistsAssignedAddress()
assignedAddress to the predicate for AbstractBuildingUnit, which evaluates to false unless the value of the feature assignedAddress satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
AddressableQuery forAllAssignedAddress()
assignedAddress to the predicate for AbstractBuildingUnit, which evaluates to false unless the value of the feature assignedAddress satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.OptionalFeaturePredicate depot()
AbstractBuildingUnit testing whether the value of the feature depot is null or not.DepotQuery thereExistsDepot()
depot to the predicate for AbstractBuildingUnit, which evaluates to false unless the value of the feature depot satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
DepotQuery forAllDepot()
depot to the predicate for AbstractBuildingUnit, which evaluates to false unless the value of the feature depot satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.OptionalFeaturePredicate description()
AbstractBuildingUnit testing whether the value of the feature description is null or not.org.w3c.cci2.StringTypePredicate thereExistsDescription()
description to the predicate for AbstractBuildingUnit, which evaluates to false unless the value of the feature description 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 forAllDescription()
description to the predicate for AbstractBuildingUnit, which evaluates to false unless the value of the feature description 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 orderByDescription()
AbstractBuildingUnit depending the feature description
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.MultivaluedFeaturePredicate facility()
AbstractBuildingUnit testing whether the feature facility has values or not.FacilityQuery thereExistsFacility()
facility to the predicate for AbstractBuildingUnit, which evaluates to false unless the value of the feature facility satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
FacilityQuery forAllFacility()
facility to the predicate for AbstractBuildingUnit, which evaluates to false unless the value of the feature facility satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.StringTypePredicate name()
org.w3c.cci2.SimpleTypeOrder orderByName()
AbstractBuildingUnit depending the feature name
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate sizeInCubicMeter()
AbstractBuildingUnit testing whether the value of the feature sizeInCubicMeter is null or not.org.w3c.cci2.ComparableTypePredicate<BigDecimal> thereExistsSizeInCubicMeter()
sizeInCubicMeter to the predicate for AbstractBuildingUnit, which evaluates to false unless the value of the feature sizeInCubicMeter 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.ComparableTypePredicate<BigDecimal> forAllSizeInCubicMeter()
sizeInCubicMeter to the predicate for AbstractBuildingUnit, which evaluates to false unless the value of the feature sizeInCubicMeter 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 orderBySizeInCubicMeter()
AbstractBuildingUnit depending the feature sizeInCubicMeter
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate sizeInSquareMeter()
AbstractBuildingUnit testing whether the value of the feature sizeInSquareMeter is null or not.org.w3c.cci2.ComparableTypePredicate<BigDecimal> thereExistsSizeInSquareMeter()
sizeInSquareMeter to the predicate for AbstractBuildingUnit, which evaluates to false unless the value of the feature sizeInSquareMeter 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.ComparableTypePredicate<BigDecimal> forAllSizeInSquareMeter()
sizeInSquareMeter to the predicate for AbstractBuildingUnit, which evaluates to false unless the value of the feature sizeInSquareMeter 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 orderBySizeInSquareMeter()
AbstractBuildingUnit depending the feature sizeInSquareMeter
Note: The order in which orderBy… instructions are given is relevant!This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.