Uses of Class
net.sf.eBus.feed.historic.EHistoricSubscribeFeed.TimeLocation
-
Packages that use EHistoricSubscribeFeed.TimeLocation Package Description net.sf.eBus.feed.historic This package contains a specialized feed providing notification feeds which support both historic and live messages. -
-
Uses of EHistoricSubscribeFeed.TimeLocation in net.sf.eBus.feed.historic
Methods in net.sf.eBus.feed.historic that return EHistoricSubscribeFeed.TimeLocation Modifier and Type Method Description EHistoricSubscribeFeed.TimeLocationEHistoricSubscribeFeed. beginLocation()Returns begin time location.EHistoricSubscribeFeed.TimeLocationEHistoricSubscribeFeed. endLocation()Returns end time location.static EHistoricSubscribeFeed.TimeLocationEHistoricSubscribeFeed.TimeLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static EHistoricSubscribeFeed.TimeLocation[]EHistoricSubscribeFeed.TimeLocation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-