org.gcube.dataaccess.spql.model.where
Interface ParsableValue<T>

All Known Implementing Classes:
AbstractParsableValue, ParserCoordinate, ParserDate

public interface ParsableValue<T>

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

Method Summary
 String getTextValue()
           
 T getValue()
           
 void parse()
           
 

Method Detail

getValue

T getValue()

parse

void parse()
           throws Exception
Throws:
Exception

getTextValue

String getTextValue()


Copyright © 2013. All Rights Reserved.