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