Class CalendarKeys
java.lang.Object
org.lukashian.store.CalendarKeys
This class contains the int keys that represent the various
MillisecondStoreDataProviders that can be used. When registering
your own MillisecondStoreDataProvider in the MillisecondStore, it is not advisable to use one of the int values
listed in this class.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intRepresents theStandardEarthMillisecondStoreDataProviderstatic final intRepresents theStandardEarthHttpMillisecondStoreDataProviderstatic final intRepresents theStandardMarsMillisecondStoreDataProviderstatic final intRepresents theStandardMarsHttpMillisecondStoreDataProvider -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EARTH
-
EARTH_HTTP_LUKASHIAN_ORG
public static final int EARTH_HTTP_LUKASHIAN_ORGRepresents theStandardEarthHttpMillisecondStoreDataProvider- See Also:
-
MARS
-
MARS_HTTP_LUKASHIAN_ORG
public static final int MARS_HTTP_LUKASHIAN_ORGRepresents theStandardMarsHttpMillisecondStoreDataProvider- See Also:
-
-
Constructor Details
-
CalendarKeys
public CalendarKeys()
-