public class StringHolder
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
value
Value of the String reference, set and examined by the application as
needed.
|
| Constructor and Description |
|---|
StringHolder()
Constructs a new
StringHolder with an initial value of
null. |
StringHolder(java.lang.String s)
Constructs a new
StringHolder with a specific initial
value. |