public abstract class ElementSelector extends Object
| Constructor and Description |
|---|
ElementSelector() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(Object obj)
Must be implemented in a way so that this element can be distinguished from the other ones.
|
abstract int |
hashCode()
Make sure to implement this properly.
|
abstract String |
toHumanReadableString() |
String |
toString()
The string representation will only be used to print readable property paths for debug purposes.
|
public abstract String toHumanReadableString()
public abstract boolean equals(Object obj)
public abstract int hashCode()
0.Copyright © 2015. All rights reserved.