public abstract class AbstractSerializedValue extends Object implements SerializedValue
| Constructor and Description |
|---|
AbstractSerializedValue(Type type) |
| Modifier and Type | Method and Description |
|---|---|
Type |
getResultType() |
Type |
getType() |
void |
setType(Type type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptpublic AbstractSerializedValue(Type type)
public Type getResultType()
getResultType in interface SerializedValuepublic Type getType()
getType in interface SerializedValuepublic void setType(Type type)
setType in interface SerializedValueCopyright © 2016. All rights reserved.