public final class StringValue extends Object implements DataValue
Constructor and Description |
---|
StringValue(String value)
Create a value with the specified string content.
|
public StringValue(String value)
value
- stringCoreException
- if the passed string is nullpublic String getValue()
public void accept(ValueVisitor visitor)
public StringValue copy()
copy
in interface DataValue
ConcurrentModificationException
if the DataValue is modified at the time of coping.Copyright © 2015. All Rights Reserved.