public class NillableString extends NillableValue<String>
| Constructor and Description |
|---|
NillableString() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRawValue()
Returns the raw value.
|
static NillableString |
newInstance(String rawValue)
Creates a new instance.
|
void |
setRawValue(String rawValue)
Sets the raw value.
|
equals, hashCode, newInstancepublic static NillableString newInstance(String rawValue)
rawValue - raw value.public String getRawValue()
NillableValuegetRawValue in class NillableValue<String>public void setRawValue(String rawValue)
NillableValuesetRawValue in class NillableValue<String>rawValue - the raw valueCopyright © 2011-2013. All Rights Reserved.