Uses of Enum Class
com.Ostermiller.util.DateTimeParse.Field
-
Uses of DateTimeParse.Field in com.Ostermiller.util
Methods in com.Ostermiller.util that return DateTimeParse.FieldModifier and TypeMethodDescriptionstatic DateTimeParse.FieldReturns the enum constant of this class with the specified name.static DateTimeParse.Field[]DateTimeParse.Field.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.Ostermiller.util that return types with arguments of type DateTimeParse.FieldModifier and TypeMethodDescriptionDateTimeParse.getFieldOrder()Get the order in which date fields are parsed.Methods in com.Ostermiller.util with parameters of type DateTimeParse.FieldModifier and TypeMethodDescriptionvoidDateTimeParse.setFieldOrder(DateTimeParse.Field[] fieldOrder) Set the order in which date fields should be parsed.Method parameters in com.Ostermiller.util with type arguments of type DateTimeParse.FieldModifier and TypeMethodDescriptionvoidDateTimeParse.setFieldOrder(List<DateTimeParse.Field> fieldOrder) Set the order in which date fields should be parsed.