public abstract class BasePathElement extends java.lang.Object implements PathElement
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
rawKey |
Constructor and Description |
---|
BasePathElement(java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRawKey() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCanonicalForm
public java.lang.String getRawKey()
getRawKey
in interface PathElement
public java.lang.String toString()
toString
in class java.lang.Object