public class RangeOfValuesItem extends ProtectedItem
| Modifier and Type | Field and Description |
|---|---|
private ExprNode |
filter
The filter.
|
ALL_USER_ATTRIBUTE_TYPES, ALL_USER_ATTRIBUTE_TYPES_AND_VALUES, ENTRY| Constructor and Description |
|---|
RangeOfValuesItem(ExprNode filter)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
ExprNode |
getRefinement()
Gets the filter.
|
int |
hashCode() |
java.lang.String |
toString() |
private final ExprNode filter
public RangeOfValuesItem(ExprNode filter)
filter - the expressionpublic ExprNode getRefinement()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()