org.gcube.data.analysis.tabulardata.expression.value
Class ConstantValue<T>

java.lang.Object
  extended by 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.

Constructor Summary
ConstantValue(T value)
           
 
Method Summary
 T getValue()
           
 void setValue(T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstantValue

public ConstantValue(T value)
Method Detail

getValue

public T getValue()

setValue

public void setValue(T value)


Copyright © 2013. All Rights Reserved.