|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.freehep.util.parameterdatabase.ParameterValue
Constructor Summary | |
protected |
ParameterValue(Object value)
This protected constructor creates a new ParameterValue with the given parameters. |
Method Summary | |
void |
addPropertyChangeListener(PropertyChangeListener listener)
Add a PropertyChangeListener to this ParameterValue. |
static ParameterValue |
createParameterValue(Object value)
This static factory method returns a ParameterValue using the given arguments. |
boolean |
equals(Object otherValue)
Equality for two ParameterValues is determined by whether the underlying value objects are equal. |
void |
finalize()
We override the finalize method to allow this ParameterValue to be recycled. |
List |
getPropertyChangeListeners()
Return an unmodifiable list of the current listeners. |
Object |
getValue()
Return the value associated with this ParameterValue. |
int |
hashCode()
The hashcode is simply value.hashCode(). |
protected void |
recycle()
This method will recycle this ParameterValue. |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Remove a PropertyChangeListener from this ParameterValue. |
void |
setValue(Object value)
Set the value associated with the parameter name. |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected ParameterValue(Object value)
Method Detail |
public static ParameterValue createParameterValue(Object value)
public Object getValue()
public void setValue(Object value)
protected void recycle()
public boolean equals(Object otherValue)
public int hashCode()
public void finalize() throws Throwable
Throwable
public List getPropertyChangeListeners()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |