public class BooleanAttributePredicate extends AttributePredicate
AttributePredicate
where the test result is the value (true or false) of a given boolean attribute.
If the attribute value should be null, the test will always fail (consistent with the OQL handling).Constructor and Description |
---|
BooleanAttributePredicate(SchemaI _schema,
EntityI _entity,
java.lang.String _attributeChain,
boolean _prefixedByNot) |
Modifier and Type | Method and Description |
---|---|
boolean |
test(BOI bo) |
getAttribute, getAttributeChain, pathNodeToAttrChainString, setAttribute, setAttributeChain
getEntity, getSchema, setEntity, setSchema
public boolean test(BOI bo)
test
in interface java.util.function.Predicate<BOI>
test
in class BOPredicate
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.