org.smallmind.wicket.component.google.visualization
Class TimeBasedValue

java.lang.Object
  extended by org.smallmind.wicket.component.google.visualization.Value
      extended by org.smallmind.wicket.component.google.visualization.TimeBasedValue
All Implemented Interfaces:
Comparable<Value>
Direct Known Subclasses:
DateTimeValue, DateValue, TimeOfDayValue

public abstract class TimeBasedValue
extends Value


Constructor Summary
TimeBasedValue(org.joda.time.DateTime instant)
           
 
Method Summary
 int compareTo(Value value)
           
 org.joda.time.DateTime getInstant()
           
 boolean isNull()
           
 String toString()
           
 
Methods inherited from class org.smallmind.wicket.component.google.visualization.Value
equals, forScript, getType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeBasedValue

public TimeBasedValue(org.joda.time.DateTime instant)
Method Detail

getInstant

public org.joda.time.DateTime getInstant()

isNull

public boolean isNull()
Specified by:
isNull in class Value

compareTo

public int compareTo(Value value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.