org.jboss.util
Interface Mutable

All Known Implementing Classes:
MuBoolean (src) , MuCharacter (src) , MuNumber (src)

public interface Mutable

Mutable object interface.


Method Summary
 java.lang.Object getValue()
          Get the value of a mutable object.
 void setValue(java.lang.Object value)
          Set the value of a mutable object.
 

Method Detail

setValue

public void setValue(java.lang.Object value)
Set the value of a mutable object.

Parameters:
value - Target value for object.

getValue

public java.lang.Object getValue()
Get the value of a mutable object.

Returns:
Object value.