Uses of Class
org.castor.cpa.query.object.literal.AbstractTemporalLiteral

Packages that use AbstractTemporalLiteral
org.castor.cpa.query.object.literal   
 

Uses of AbstractTemporalLiteral in org.castor.cpa.query.object.literal
 

Subclasses of AbstractTemporalLiteral in org.castor.cpa.query.object.literal
 class DateLiteral
          Final immutable class that represents a date literal.
 class TimeLiteral
          Final immutable class that represents a time literal.
 class TimestampLiteral
          Final immutable class that represents a timestamp literal.
 

Methods in org.castor.cpa.query.object.literal that return AbstractTemporalLiteral
static AbstractTemporalLiteral AbstractTemporalLiteral.createInstance(TemporalType temporalType, Calendar value)
          Factory method to create a temporal literal for the calendar given that matches the temporal type given.
static AbstractTemporalLiteral AbstractTemporalLiteral.createInstance(TemporalType temporalType, Date value)
          Factory method to create a temporal literal for the date given that matches the temporal type given.
 



Copyright © 2010. All Rights Reserved.