public abstract class ElementSelector
extends java.lang.Object
Constructor and Description |
---|
ElementSelector() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(java.lang.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 java.lang.String |
toHumanReadableString() |
java.lang.String |
toString()
The string representation will only be used to print readable property paths for debug purposes.
|
public abstract java.lang.String toHumanReadableString()
public abstract boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- The object to check equality against.true
is the given object equals this one, otherwise false
.public abstract int hashCode()
0
.hashCode
in class java.lang.Object
public final java.lang.String toString()
toString
in class java.lang.Object