java.lang.Objectorg.objectweb.telosys.common.val.StringValue
This class wraps a String in a mutable value object. The current value can be changed with the 'setValue' method.
Constructor Summary | |
StringValue()
Default constructor, the initial value is a void string. |
|
StringValue(java.lang.String v)
Constructor with initial value |
Method Summary | |
java.lang.String |
getValue()
Returns the string value ( the value returned is never null ) |
void |
setValue(java.lang.String v)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public StringValue()
public StringValue(java.lang.String v)
v
- Method Detail |
public void setValue(java.lang.String v)
public java.lang.String getValue()
public java.lang.String toString()