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 DataValueConcurrentModificationException
if the DataValue is modified at the time of coping.Copyright © 2016. All Rights Reserved.