Uses of Class
org.gbif.api.util.IsoDateParsingUtils.IsoDateFormat
-
Packages that use IsoDateParsingUtils.IsoDateFormat Package Description org.gbif.api.util -
-
Uses of IsoDateParsingUtils.IsoDateFormat in org.gbif.api.util
Methods in org.gbif.api.util that return IsoDateParsingUtils.IsoDateFormat Modifier and Type Method Description static IsoDateParsingUtils.IsoDateFormat
IsoDateParsingUtils. getFirstDateFormatMatch(String value)
Iterates over all the OccurrenceDateFormat's and returns the first one that parses successfully the value.static IsoDateParsingUtils.IsoDateFormat
IsoDateParsingUtils.IsoDateFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static IsoDateParsingUtils.IsoDateFormat[]
IsoDateParsingUtils.IsoDateFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-