Uses of Class
org.ojalgo.type.format.DateStyle
-
Packages that use DateStyle Package Description org.ojalgo.type.context org.ojalgo.type.format -
-
Uses of DateStyle in org.ojalgo.type.context
Fields in org.ojalgo.type.context declared as DateStyle Modifier and Type Field Description private static DateStyleDateContext. DEFAULT_STYLEprivate DateStyleDateContext. myStyleMethods in org.ojalgo.type.context that return DateStyle Modifier and Type Method Description DateStyleDateContext. getStyle()Methods in org.ojalgo.type.context with parameters of type DateStyle Modifier and Type Method Description static java.text.FormatDateContext. toFormat(DatePart part, DateStyle style, java.util.Locale locale)TypeContext<java.util.Date>DateContext. withFormat(DatePart part, DateStyle style, java.util.Locale locale)Constructors in org.ojalgo.type.context with parameters of type DateStyle Constructor Description DateContext(DatePart part, DateStyle style, java.util.Locale locale) -
Uses of DateStyle in org.ojalgo.type.format
Methods in org.ojalgo.type.format that return DateStyle Modifier and Type Method Description static DateStyleDateStyle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DateStyle[]DateStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ojalgo.type.format with parameters of type DateStyle Modifier and Type Method Description java.text.FormatDatePart. getFormat(DateStyle style)java.text.FormatDatePart. getFormat(DateStyle style, java.util.Locale locale)
-