|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.akentipermis.Time
public class Time
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 |
---|
public static final java.lang.String TIME_TYPE
Constructor Detail |
---|
protected Time()
public Time(java.lang.String time)
Method Detail |
---|
public static void register()
public int[] getTime()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |