|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for constants that specify the direction in time of a Time. Namely, forward or backward in time.
Field Summary | |
static int |
BACKWARD
The modification is backward in time. |
static TimeDirection |
BACKWARD_DT
The modification is backward in time. |
static int |
FORWARD
The modification is forward in time. |
static TimeDirection |
FORWARD_DT
The modification is forward in time. |
Method Summary | |
int |
value()
Get the value associated with this TimeDirection. |
Field Detail |
public static final int FORWARD
public static final TimeDirection FORWARD_DT
public static final int BACKWARD
public static final TimeDirection BACKWARD_DT
Method Detail |
public int value()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |