public interface BooleanPropertySetEntryQuery extends PropertySetEntryQuery
forAllProperty, thereExistsProperty| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.OptionalFeaturePredicate |
booleanValue()
Adds a constraint to the predicate for
BooleanPropertySetEntry testing whether the value of the feature booleanValue is null or not. |
org.w3c.cci2.BooleanTypePredicate |
forAllBooleanValue()
Adds a condition for the feature
booleanValue to the predicate for BooleanPropertySetEntry, which evaluates to false unless the value of the feature booleanValue satisfies the given condition. |
org.w3c.cci2.SimpleTypeOrder |
orderByBooleanValue()
Allows to adds a sort instruction for
BooleanPropertySetEntry depending the feature booleanValue
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.BooleanTypePredicate |
thereExistsBooleanValue()
Adds a condition for the feature
booleanValue to the predicate for BooleanPropertySetEntry, which evaluates to false unless the value of the feature booleanValue satisfies the given condition. |
forAllProperty, forAllPropertyDescription, forAllPropertyName, forAllPropertySetDescription, forAllPropertySetName, forAllStringifiedValue, orderByPropertyDescription, orderByPropertyName, orderByPropertySetDescription, orderByPropertySetName, orderByStringifiedValue, property, propertyDescription, propertyName, propertySetDescription, propertySetName, stringifiedValue, thereExistsProperty, thereExistsPropertyDescription, thereExistsPropertyName, thereExistsPropertySetDescription, thereExistsPropertySetName, thereExistsStringifiedValueaccessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUsercreatedAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedByorg.w3c.cci2.OptionalFeaturePredicate booleanValue()
BooleanPropertySetEntry testing whether the value of the feature booleanValue is null or not.org.w3c.cci2.BooleanTypePredicate thereExistsBooleanValue()
booleanValue to the predicate for BooleanPropertySetEntry, which evaluates to false unless the value of the feature booleanValue 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.BooleanTypePredicate forAllBooleanValue()
booleanValue to the predicate for BooleanPropertySetEntry, which evaluates to false unless the value of the feature booleanValue 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 orderByBooleanValue()
BooleanPropertySetEntry depending the feature booleanValue
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.