com.timeindexing.time
Interface TimeDirection


public interface TimeDirection

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

FORWARD

public static final int FORWARD
The modification is forward in time.

See Also:
Constant Field Values

FORWARD_DT

public static final TimeDirection FORWARD_DT
The modification is forward in time.


BACKWARD

public static final int BACKWARD
The modification is backward in time.

See Also:
Constant Field Values

BACKWARD_DT

public static final TimeDirection BACKWARD_DT
The modification is backward in time.

Method Detail

value

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