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