Uses of Class
net.sf.eBusx.time.EInterval.TimeLocation
-
Packages that use EInterval.TimeLocation Package Description net.sf.eBus.feed.historic This package contains a specialized feed providing notification feeds which support both historic and live messages.net.sf.eBusx.time This package provides single Java class:EInterval. -
-
Uses of EInterval.TimeLocation in net.sf.eBus.feed.historic
Methods in net.sf.eBus.feed.historic that return EInterval.TimeLocation Modifier and Type Method Description EInterval.TimeLocationEHistoricSubscribeFeed. beginLocation()Returns begin time location.EInterval.TimeLocationEHistoricSubscribeFeed. endLocation()Returns end time location. -
Uses of EInterval.TimeLocation in net.sf.eBusx.time
Fields in net.sf.eBusx.time declared as EInterval.TimeLocation Modifier and Type Field Description EInterval.TimeLocationEInterval. beginLocationInterval begins at this time location.EInterval.TimeLocationEInterval. endLocationInterval ends at this time location.Methods in net.sf.eBusx.time that return EInterval.TimeLocation Modifier and Type Method Description static EInterval.TimeLocationEInterval.TimeLocation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EInterval.TimeLocation[]EInterval.TimeLocation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.eBusx.time with parameters of type EInterval.TimeLocation Modifier and Type Method Description EInterval.BuilderEInterval.Builder. beginLocation(EInterval.TimeLocation location)Sets interval begin location.EInterval.BuilderEInterval.Builder. endLocation(EInterval.TimeLocation location)Sets interval end location.
-