public final class NamedPropertyElement extends Element
Constructor and Description |
---|
NamedPropertyElement(String propertyName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Must be implemented in a way so that this element can be distinguished from the other ones.
|
String |
getPropertyName() |
int |
hashCode()
Make sure to implement this properly.
|
String |
toString()
The string representation will only be used to print readable property paths for debug purposes.
|
public NamedPropertyElement(String propertyName)
public String getPropertyName()
public boolean equals(Object o)
Element
public int hashCode()
Element
0
.Copyright © 2012. All Rights Reserved.