public abstract class AttributeComparisonPredicate extends AttributePredicate
AttributePredicate
subclass involving a check against a single attribute by comparing its value with
a given comparison value.Constructor and Description |
---|
AttributeComparisonPredicate(SchemaI _schema,
EntityI _entity,
java.lang.String attributeChain,
java.lang.Object _comparisonValue,
boolean _prefixedByNot) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getComparisonValue() |
void |
setComparisonValue(java.lang.Object $5) |
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
public java.lang.Object getComparisonValue()
public void setComparisonValue(java.lang.Object $5)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.