org.gcube.data.analysis.tabulardata.expression.value
Class ConstantValue<T>
java.lang.Object
org.gcube.data.analysis.tabulardata.expression.value.ConstantValue<T>
- Type Parameters:
T - The java type of the constant.
public class ConstantValue<T>
- extends Object
- Author:
- "Luigi Fortunati"
ValueConstant represent a constant in a condition expression, like comparable values (numbers, dates) or a string.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstantValue
public ConstantValue(T value)
getValue
public T getValue()
setValue
public void setValue(T value)
Copyright © 2013. All Rights Reserved.