issrg.akentipermis
Class Time

java.lang.Object
  extended by issrg.akentipermis.Time
Direct Known Subclasses:
SystemClock

public class Time
extends java.lang.Object


Field Summary
static java.lang.String TIME_TYPE
           
 
Constructor Summary
protected Time()
           
  Time(java.lang.String time)
          This constructor builds a Time object out of its string representation
 
Method Summary
 int[] getTime()
          Returns an array of integers representing the year, month, day day of week, hour, minute, second.
static void register()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TIME_TYPE

public static final java.lang.String TIME_TYPE
See Also:
Constant Field Values
Constructor Detail

Time

protected Time()

Time

public Time(java.lang.String time)
This constructor builds a Time object out of its string representation

Method Detail

register

public static void register()

getTime

public int[] getTime()
Returns an array of integers representing the year, month, day day of week, hour, minute, second. If the value of the array element is -1, then the value is not specified ("don't care" when comparing)

Returns:
array of integers, each element standing for y,m,d,w,h,m,s