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