public class ElementLocation extends java.lang.Object implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
LOCATION_PROPERTY
The name of the JSON property name for
location. |
protected static java.lang.String |
UNIFORM_PATH_PROPERTY
The name of the JSON property name for
uniformPath. |
| Constructor and Description |
|---|
ElementLocation(java.lang.String uniformPath) |
ElementLocation(java.lang.String location,
java.lang.String uniformPath) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocation()
Get a string that identifies the location of the element, e.g.
|
java.lang.String |
getUniformPath()
Returns the uniform path.
|
java.lang.String |
toLocationString()
Returns a single line description of the location that is meaningful to the
user.
|
java.lang.String |
toString() |
protected static final java.lang.String LOCATION_PROPERTY
location.protected static final java.lang.String UNIFORM_PATH_PROPERTY
uniformPath.public ElementLocation(java.lang.String location, java.lang.String uniformPath)
public ElementLocation(java.lang.String uniformPath)
public java.lang.String getLocation()
public java.lang.String getUniformPath()
public java.lang.String toLocationString()
public java.lang.String toString()
toString in class java.lang.Object