|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractBuildingUnitQuery
| Method Summary | |
|---|---|
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. |
DepotQuery |
forAllDepot()
Adds a constraint for the feature depot to the predicate. |
StringTypePredicate |
forAllDescription()
Adds a constraint for the feature description to the
predicate. |
ComparableTypePredicate<BigDecimal> |
forAllSizeInCubicMeter()
Adds a constraint for the feature sizeInCubicMeter to the
predicate. |
ComparableTypePredicate<BigDecimal> |
forAllSizeInSquareMeter()
Adds a constraint for the feature sizeInSquareMeter to the
predicate. |
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. |
DepotQuery |
thereExistsDepot()
Adds a constraint for the feature depot to the predicate. |
StringTypePredicate |
thereExistsDescription()
Adds a constraint for the feature description to the
predicate. |
ComparableTypePredicate<BigDecimal> |
thereExistsSizeInCubicMeter()
Adds a constraint for the feature sizeInCubicMeter to the
predicate. |
ComparableTypePredicate<BigDecimal> |
thereExistsSizeInSquareMeter()
Adds a constraint for the feature sizeInSquareMeter to the
predicate. |
| 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, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate depot()
AbstractBuildingUnit testing whether the value of the
feature depot is null or not.
DepotQuery thereExistsDepot()
depot to the predicate.
The predicate for AbstractBuildingUnit evaluates
true if its value of feature depot 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!
DepotQuery forAllDepot()
depot to the predicate.
The predicate for AbstractBuildingUnit evaluates
true if its value of feature depot 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!
OptionalFeaturePredicate description()
AbstractBuildingUnit testing whether the value of the
feature description is null or not.
StringTypePredicate thereExistsDescription()
description to the
predicate. The predicate for AbstractBuildingUnit
evaluates true if its value of feature
description 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!
StringTypePredicate forAllDescription()
description to the
predicate. The predicate for AbstractBuildingUnit
evaluates true if its value of feature
description 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!
SimpleTypeOrder orderByDescription()
AbstractBuildingUnit
depending the feature description
Note: The order in which orderBy…
instructions are given is relevant!
StringTypePredicate name()
SimpleTypeOrder orderByName()
AbstractBuildingUnit
depending the feature name
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate sizeInCubicMeter()
AbstractBuildingUnit testing whether the value of the
feature sizeInCubicMeter is null or not.
ComparableTypePredicate<BigDecimal> thereExistsSizeInCubicMeter()
sizeInCubicMeter to the
predicate. The predicate for AbstractBuildingUnit
evaluates true if its value of feature
sizeInCubicMeter 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!
ComparableTypePredicate<BigDecimal> forAllSizeInCubicMeter()
sizeInCubicMeter to the
predicate. The predicate for AbstractBuildingUnit
evaluates true if its value of feature
sizeInCubicMeter 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!
SimpleTypeOrder orderBySizeInCubicMeter()
AbstractBuildingUnit
depending the feature sizeInCubicMeter
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate sizeInSquareMeter()
AbstractBuildingUnit testing whether the value of the
feature sizeInSquareMeter is null or not.
ComparableTypePredicate<BigDecimal> thereExistsSizeInSquareMeter()
sizeInSquareMeter to the
predicate. The predicate for AbstractBuildingUnit
evaluates true if its value of feature
sizeInSquareMeter 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!
ComparableTypePredicate<BigDecimal> forAllSizeInSquareMeter()
sizeInSquareMeter to the
predicate. The predicate for AbstractBuildingUnit
evaluates true if its value of feature
sizeInSquareMeter 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!
SimpleTypeOrder orderBySizeInSquareMeter()
AbstractBuildingUnit
depending the feature sizeInSquareMeter
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 | |||||||||