public class StringValue extends DataValue<String>
DataValue.Type| Constructor and Description |
|---|
StringValue(String value)
Creates a new StringValue instance.
|
StringValue(String value,
String format)
Creates a new StringValue instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DataValueVisitor visitor)
Implements the Visitor pattern for this data value.
|
String |
toString() |
public StringValue(String value)
Copyright © 2020 The Cornutum Project. All rights reserved.