Uses of Enum Class
org.ojalgo.type.format.DateStyle
Packages that use DateStyle
-
Uses of DateStyle in org.ojalgo.type.context
Fields in org.ojalgo.type.context declared as DateStyleModifier and TypeFieldDescriptionprivate static final DateStyle
DateContext.DEFAULT_STYLE
private final DateStyle
DateContext.myStyle
Methods in org.ojalgo.type.context that return DateStyleMethods in org.ojalgo.type.context with parameters of type DateStyleModifier and TypeMethodDescriptionstatic Format
DateContext.withFormat
(DatePart part, DateStyle style, Locale locale) Constructors in org.ojalgo.type.context with parameters of type DateStyle -
Uses of DateStyle in org.ojalgo.type.format
Methods in org.ojalgo.type.format that return DateStyleModifier and TypeMethodDescriptionstatic DateStyle
Returns 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.ojalgo.type.format with parameters of type DateStyle