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.TimeLocation
EHistoricSubscribeFeed. beginLocation()
Returns begin time location.EInterval.TimeLocation
EHistoricSubscribeFeed. 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.TimeLocation
EInterval. beginLocation
Interval begins at this time location.EInterval.TimeLocation
EInterval. endLocation
Interval ends at this time location.Methods in net.sf.eBusx.time that return EInterval.TimeLocation Modifier and Type Method Description static EInterval.TimeLocation
EInterval.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.Builder
EInterval.Builder. beginLocation(EInterval.TimeLocation location)
Sets interval begin location.EInterval.Builder
EInterval.Builder. endLocation(EInterval.TimeLocation location)
Sets interval end location.
-