public class EqualsFieldPart extends IfFieldPart
{field,equals,new,This is new!,This is old!}
Modifier and Type | Class and Description |
---|---|
static class |
EqualsFieldPart.Factory
Part factory for "equals".
|
elseValue, fieldName, ifValue
Constructor and Description |
---|
EqualsFieldPart(String fieldName,
String values)
Creates a new "equals" field part.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
isTrue(Map params)
Indicates whether the field's value is true.
|
protected void |
parseValues(String values)
Parses the parameter values
|
String |
toString() |
isGenerated, write
protected void parseValues(String values)
parseValues
in class IfFieldPart
values
- the unparsed parameter valuesprotected boolean isTrue(Map params)
isTrue
in class IfFieldPart
params
- the message parameterspublic String toString()
toString
in class IfFieldPart
Copyright © 2025 Apache Software Foundation. All rights reserved.