Modifier and Type | Field and Description |
---|---|
String |
value
The
String contained by this holder. |
Constructor and Description |
---|
StringHolder()
Make a new
StringHolder with a null value. |
StringHolder(String value)
Make a new
StringHolder with value as
the value. |
public String value
String
contained by this holder.public StringHolder()
StringHolder
with a null
value.public StringHolder(String value)
StringHolder
with value
as
the value.value
- the String
to holdCopyright © The Apache Software Foundation. All Rights Reserved.