public interface IntegerPropertyQuery extends PropertyQuery
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.ComparableTypePredicate<Integer> |
forAllIntegerValue()
Adds a condition for the feature
integerValue to the predicate for IntegerProperty, which evaluates to false unless the value of the feature integerValue satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate |
integerValue()
Adds a constraint to the predicate for
IntegerProperty testing whether the value of the feature integerValue is null or not. |
org.w3c.cci2.SimpleTypeOrder |
orderByIntegerValue()
Allows to adds a sort instruction for
IntegerProperty depending the feature integerValue
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.ComparableTypePredicate<Integer> |
thereExistsIntegerValue()
Adds a condition for the feature
integerValue to the predicate for IntegerProperty, which evaluates to false unless the value of the feature integerValue satisfies the given condition. |
description, domain, forAllDescription, forAllDomain, name, orderByDescription, orderByName, thereExistsDescription, thereExistsDomainaccessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUsercreatedAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedByorg.w3c.cci2.OptionalFeaturePredicate integerValue()
IntegerProperty testing whether the value of the feature integerValue is null or not.org.w3c.cci2.ComparableTypePredicate<Integer> thereExistsIntegerValue()
integerValue to the predicate for IntegerProperty, which evaluates to false unless the value of the feature integerValue 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<Integer> forAllIntegerValue()
integerValue to the predicate for IntegerProperty, which evaluates to false unless the value of the feature integerValue 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 orderByIntegerValue()
IntegerProperty depending the feature integerValue
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.