public class RestrictionExpression extends Object
| Constructor and Description |
|---|
RestrictionExpression()
Instantiates a new Restriction expression.
|
RestrictionExpression(String propertyName,
Object value,
String operation,
String logicalCombiner)
Instantiates a new Restriction expression.
|
RestrictionExpression(T previousExpression,
String nextLogicalCombiner)
Instantiates a new Restriction expression.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLogicalCombiner()
Gets logical combiner.
|
String |
getOperation()
Gets operation.
|
String |
getPropertyName()
Gets property name.
|
Object |
getValue()
Gets value.
|
void |
setLogicalCombiner(String logicalCombiner)
Sets logical combiner.
|
void |
setOperation(String operation)
Sets operation.
|
void |
setPropertyName(String propertyName)
Sets property name.
|
void |
setValue(Object value)
Sets value.
|
public RestrictionExpression()
public RestrictionExpression(String propertyName, Object value, String operation, String logicalCombiner)
propertyName - the property namevalue - the valueoperation - the operationlogicalCombiner - the logical combinerpublic RestrictionExpression(T previousExpression,
String nextLogicalCombiner)
previousExpression - the previous expressionnextLogicalCombiner - the next logical combinerpublic String getPropertyName()
public void setPropertyName(String propertyName)
propertyName - the property namepublic Object getValue()
public void setValue(Object value)
value - the valuepublic String getOperation()
public void setOperation(String operation)
operation - the operationpublic String getLogicalCombiner()
public void setLogicalCombiner(String logicalCombiner)
logicalCombiner - the logical combinerCopyright © 2020. All rights reserved.