Uses of Enum Class
org.anchoranalysis.plugin.io.naming.interval.DateStyle
Packages that use DateStyle
Package
Description
How to write parts of a time-interval in a file-name.
-
Uses of DateStyle in org.anchoranalysis.plugin.io.naming.interval
Methods in org.anchoranalysis.plugin.io.naming.interval that return DateStyleModifier and TypeMethodDescriptionstatic DateStyleReturns the enum constant of this class with the specified name.static DateStyle[]DateStyle.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 DateStyleModifier and TypeMethodDescriptionTimeIntervalNamer.nameFor(LocalDateTime start, LocalDateTime end, DateStyle dateStyle, TimeStyle timeStyle) Derives a name from the time-range in the cluster and some parameters.TimeStyle.patternWithDate(DateStyle dateStyle) Derives a formatter for the particular date AND time-style.