public interface DataValue
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
accept(ValueVisitor visitor) |
DataValue |
copy() |
DataType |
getType() |
DataType getType()
void accept(ValueVisitor visitor)
DataValue copy()
ConcurrentModificationException
if the DataValue is modified at the time of coping.