Uses of Enum Class
org.anchoranalysis.plugin.io.naming.interval.TimeStyle
Packages that use TimeStyle
Package
Description
How to write parts of a time-interval in a file-name.
-
Uses of TimeStyle in org.anchoranalysis.plugin.io.naming.interval
Methods in org.anchoranalysis.plugin.io.naming.interval that return TimeStyleModifier and TypeMethodDescriptionstatic TimeStyle
Returns the enum constant of this class with the specified name.static TimeStyle[]
TimeStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.anchoranalysis.plugin.io.naming.interval with parameters of type TimeStyleModifier and TypeMethodDescriptionTimeIntervalNamer.nameFor
(LocalDateTime start, LocalDateTime end, DateStyle dateStyle, TimeStyle timeStyle) Derives a name from the time-range in the cluster and some parameters.