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

java.lang.Object
  extended by org.smallmind.wicket.component.google.visualization.Value
      extended by org.smallmind.wicket.component.google.visualization.TimeBasedValue
          extended by org.smallmind.wicket.component.google.visualization.TimeOfDayValue
All Implemented Interfaces:
Comparable<Value>

public class TimeOfDayValue
extends TimeBasedValue


Method Summary
static TimeOfDayValue asNull()
           
static TimeOfDayValue create(Date date)
           
static TimeOfDayValue create(long milliseconds)
           
static TimeOfDayValue create(Long milliseconds)
           
 String forScript()
           
 int getHour()
           
 int getMillisecond()
           
 int getMinute()
           
 int getSecond()
           
 ValueType getType()
           
 
Methods inherited from class org.smallmind.wicket.component.google.visualization.TimeBasedValue
compareTo, getInstant, isNull, toString
 
Methods inherited from class org.smallmind.wicket.component.google.visualization.Value
equals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

asNull

public static TimeOfDayValue asNull()

create

public static TimeOfDayValue create(long milliseconds)

create

public static TimeOfDayValue create(Long milliseconds)

create

public static TimeOfDayValue create(Date date)

getType

public ValueType getType()
Specified by:
getType in class Value

getHour

public int getHour()

getMinute

public int getMinute()

getSecond

public int getSecond()

getMillisecond

public int getMillisecond()

forScript

public String forScript()
Specified by:
forScript in class Value


Copyright © 2012. All Rights Reserved.