com.timeindexing.basic
Interface Value

All Known Subinterfaces:
Absolute, AbsoluteTimestamp, Adjustable, AdjustableCount, AdjustablePosition, Count, MicrosecondScale, MillisecondScale, NanosecondScale, Position, Relative, RelativeTimestamp, Scale, SecondScale, TimeSpecifier, Timestamp, UnitBasedTimestamp
All Known Implementing Classes:
AbsoluteAdjustablePosition, AbsolutePosition, AbstractTimeSpecifier, Day, ElapsedMicrosecondTimestamp, ElapsedMillisecondTimestamp, ElapsedNanosecondTimestamp, ElapsedSecondTimestamp, EndOfDay, EndOfHour, EndOfMinute, EndOfMonth, EndOfSecond, EndOfWeek, EndOfYear, Hour, Microsecond, MicrosecondTimestamp, Millisecond, MillisecondTimestamp, Minute, Month, MPEGPresentationTimestamp, Nanosecond, NanosecondTimestamp, Now, Offset, RelativeAdjustableCount, RelativeCount, Second, SecondTimestamp, Size, StartOfDay, StartOfHour, StartOfMinute, StartOfMonth, StartOfSecond, StartOfWeek, StartOfYear, TimestampMapping, Week, Year, ZeroTimestamp

public interface Value

The most basic value.


Method Summary
 long value()
          Get the value.
 

Method Detail

value

public long value()
Get the value.