org.gcube.dataaccess.spql.model.where
Class ParserDate

java.lang.Object
  extended by org.gcube.dataaccess.spql.model.where.AbstractParsableValue<Calendar>
      extended by org.gcube.dataaccess.spql.model.where.ParserDate
All Implemented Interfaces:
ParsableValue<Calendar>

public class ParserDate
extends AbstractParsableValue<Calendar>

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

Field Summary
protected static SimpleDateFormat DATE_FORMAT
           
protected  String text
           
 
Fields inherited from class org.gcube.dataaccess.spql.model.where.AbstractParsableValue
value
 
Constructor Summary
ParserDate(String text)
           
 
Method Summary
 String getTextValue()
          
 void parse()
           
 
Methods inherited from class org.gcube.dataaccess.spql.model.where.AbstractParsableValue
getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATE_FORMAT

protected static final SimpleDateFormat DATE_FORMAT

text

protected String text
Constructor Detail

ParserDate

public ParserDate(String text)
Parameters:
text -
Method Detail

getTextValue

public String getTextValue()


parse

public void parse()
           throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.