org.opencrx.kernel.building1.cci2
Interface AbstractBuildingUnitQuery

All Superinterfaces:
AnyTypePredicate, PicturedQuery
All Known Subinterfaces:
BuildingComplexQuery, BuildingQuery, BuildingUnitQuery

public interface AbstractBuildingUnitQuery
extends PicturedQuery


Method Summary
 MultivaluedFeaturePredicate assignedAddress()
          Adds a constraint to the predicate for AbstractBuildingUnit testing whether the feature assignedAddress has values or not.
 OptionalFeaturePredicate depot()
          Adds a constraint to the predicate for AbstractBuildingUnit testing whether the value of the feature depot is null or not.
 OptionalFeaturePredicate description()
          Adds a constraint to the predicate for AbstractBuildingUnit testing whether the value of the feature description is null or not.
 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.
 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.
 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.
 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.
 StringTypePredicate name()
           
 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!
 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!
 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!
 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!
 OptionalFeaturePredicate sizeInCubicMeter()
          Adds a constraint to the predicate for AbstractBuildingUnit testing whether the value of the feature sizeInCubicMeter is null or not.
 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.
 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.
 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.
 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.
 
Methods inherited from interface org.opencrx.kernel.generic.cci2.PicturedQuery
forAllPicture, forAllPictureContent, forAllPictureContentMimeType, forAllPictureContentName, orderByPictureContent, orderByPictureContentMimeType, orderByPictureContentName, picture, pictureContent, pictureContentMimeType, pictureContentName, thereExistsPicture, thereExistsPictureContent, thereExistsPictureContentMimeType, thereExistsPictureContentName
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

assignedAddress

MultivaluedFeaturePredicate assignedAddress()
Adds a constraint to the predicate for AbstractBuildingUnit testing whether the feature assignedAddress has values or not.


thereExistsAssignedAddress

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllAssignedAddress

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


depot

OptionalFeaturePredicate depot()
Adds a constraint to the predicate for AbstractBuildingUnit testing whether the value of the feature depot is null or not.


thereExistsDepot

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllDepot

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


description

OptionalFeaturePredicate description()
Adds a constraint to the predicate for AbstractBuildingUnit testing whether the value of the feature description is null or not.


thereExistsDescription

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllDescription

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByDescription

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!


facility

MultivaluedFeaturePredicate facility()
Adds a constraint to the predicate for AbstractBuildingUnit testing whether the feature facility has values or not.


thereExistsFacility

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllFacility

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


name

StringTypePredicate name()

orderByName

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!


sizeInCubicMeter

OptionalFeaturePredicate sizeInCubicMeter()
Adds a constraint to the predicate for AbstractBuildingUnit testing whether the value of the feature sizeInCubicMeter is null or not.


thereExistsSizeInCubicMeter

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllSizeInCubicMeter

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderBySizeInCubicMeter

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!


sizeInSquareMeter

OptionalFeaturePredicate sizeInSquareMeter()
Adds a constraint to the predicate for AbstractBuildingUnit testing whether the value of the feature sizeInSquareMeter is null or not.


thereExistsSizeInSquareMeter

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllSizeInSquareMeter

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderBySizeInSquareMeter

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!



This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.