public class PropertyLocation
Represents the location of a value looked up by a key.
| Constructor and Description |
|---|
PropertyLocation(Key<?> key,
Location source,
java.lang.String nameInLocation)
Represents the location of a value looked up by a key.
|
| Modifier and Type | Method and Description |
|---|---|
Key<?> |
component1() |
Location |
component2() |
java.lang.String |
component3() |
PropertyLocation |
copy(Key<?> key,
Location source,
java.lang.String nameInLocation)
Represents the location of a value looked up by a key.
|
boolean |
equals(java.lang.Object p) |
java.lang.String |
getDescription() |
Key<?> |
getKey() |
java.lang.String |
getNameInLocation() |
Location |
getSource() |
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String getDescription()
public Key<?> getKey()
public Location getSource()
public java.lang.String getNameInLocation()
public Key<?> component1()
public Location component2()
public java.lang.String component3()
public PropertyLocation copy(Key<?> key, Location source, java.lang.String nameInLocation)
Represents the location of a value looked up by a key.
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)