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, setAttributeChaingetEntity, getSchema, setEntity, setSchemapublic boolean test(BOI bo)
test in interface java.util.function.Predicate<BOI>test in class BOPredicateCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.