public static class Filter.Selection
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeName()
Returns the attribute name.
|
CmpOperator |
getOperator()
Returns the comparison operator.
|
java.io.Serializable |
getValue()
Returns the value which will be compared to the attribute's value by
means of the comparison operator of this selection.
|
public java.lang.String getAttributeName()
public CmpOperator getOperator()
public java.io.Serializable getValue()