org.gcube.dataaccess.spql.model.where
Class AbstractParsableValue<T>
java.lang.Object
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
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected T value
AbstractParsableValue
public AbstractParsableValue()
setValue
protected void setValue(T value)
getValue
public T getValue()
-
- Specified by:
getValue in interface ParsableValue<T>
Copyright © 2013. All Rights Reserved.