|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.parabon.ec.util.ParameterLocator
public abstract class ParameterLocator
Decorate parameter value with the location of the configuration the value is defined in.
| Constructor Summary | |
|---|---|
protected |
ParameterLocator()
Should only be used by custom serialization code. |
|
ParameterLocator(java.lang.Object value)
Constructs locator |
| Method Summary | |
|---|---|
abstract java.lang.String |
getOrigin()
|
java.lang.Object |
getValue()
Gets parameter value. |
protected void |
setValue(java.lang.Object value)
Sets parameter value. |
java.lang.String |
toString()
Constructs a string representation of the parameter and its value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ParameterLocator(java.lang.Object value)
value - Parameter valueprotected ParameterLocator()
| Method Detail |
|---|
public java.lang.Object getValue()
protected void setValue(java.lang.Object value)
public abstract java.lang.String getOrigin()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||