org.gcube.dataaccess.spql.model.where
Class AbstractParsableValue<T>

java.lang.Object
  extended by org.gcube.dataaccess.spql.model.where.AbstractParsableValue<T>
All Implemented Interfaces:
ParsableValue<T>
Direct Known Subclasses:
ParserCoordinate, ParserDate

public abstract class AbstractParsableValue<T>
extends Object
implements ParsableValue<T>

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Field Summary
protected  T value
           
 
Constructor Summary
AbstractParsableValue()
           
 
Method Summary
 T getValue()
          
protected  void setValue(T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.gcube.dataaccess.spql.model.where.ParsableValue
getTextValue, parse
 

Field Detail

value

protected T value
Constructor Detail

AbstractParsableValue

public AbstractParsableValue()
Method Detail

setValue

protected void setValue(T value)

getValue

public T getValue()

Specified by:
getValue in interface ParsableValue<T>


Copyright © 2013. All Rights Reserved.