Uses of Class
org.opensextant.extractors.xtemporal.DateMatch.TimeResolution
-
Packages that use DateMatch.TimeResolution Package Description org.opensextant.extractors.xtemporal XTemporal: Date and Time Pattern Extraction -
-
Uses of DateMatch.TimeResolution in org.opensextant.extractors.xtemporal
Fields in org.opensextant.extractors.xtemporal declared as DateMatch.TimeResolution Modifier and Type Field Description DateMatch.TimeResolution
DateMatch. resolution
Methods in org.opensextant.extractors.xtemporal that return DateMatch.TimeResolution Modifier and Type Method Description static DateMatch.TimeResolution
DateMatch.TimeResolution. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DateMatch.TimeResolution[]
DateMatch.TimeResolution. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-