public class DynamicValue<T> extends Object
protected
DynamicValue()
DynamicValue(T value, DataType<T> type)
DataType<T>
getType()
T
getValue()
void
setType(DataType<T> type)
setValue(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected DynamicValue()
public DynamicValue(T value, DataType<T> type)
public T getValue()
public void setValue(T value)
public DataType<T> getType()
public void setType(DataType<T> type)
Copyright © 2016–2019 Softelnet. All rights reserved.