com.timeindexing.time
Interface TimeDirection


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

FORWARD_VALUE

static final int FORWARD_VALUE
The direction is forward in time.

See Also:
Constant Field Values

FORWARD

static final TimeDirection FORWARD
The direction is forward in time.


BACKWARD_VALUE

static final int BACKWARD_VALUE
The direction is backward in time.

See Also:
Constant Field Values

BACKWARD

static final TimeDirection BACKWARD
The direction is backward in time.


NOTHING_VALUE

static final int NOTHING_VALUE
The direction is nothing.

See Also:
Constant Field Values

NOTHING

static final TimeDirection NOTHING
The direction is nothing.

Method Detail

value

int value()
Get the value associated with this TimeDirection.



Timeindexing 2008