public class ElementSelector extends Object implements ComparableExpression
| Constructor and Description |
|---|
ElementSelector(String variable)
Creates a new element selector
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getVariable()
Returns the variable which references the element
|
int |
hashCode() |
String |
toString() |
public ElementSelector(String variable)
variable - the variables that represents the elementpublic String getVariable()
getVariable in interface ComparableExpressionCopyright © 2017. All rights reserved.