Interface DateResolutionAttribute
-
- All Superinterfaces:
Attribute
- All Known Implementing Classes:
DateResolutionAttributeImpl
@Deprecated public interface DateResolutionAttribute extends Attribute
Deprecated.This attribute is used byParametricRangeQueryNodeProcessorprocessor and must be defined in theQueryConfigHandler. This attribute tells the processor whichDateTools.Resolutionto use when parsing the date.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DateTools.ResolutiongetDateResolution()Deprecated.voidsetDateResolution(DateTools.Resolution dateResolution)Deprecated.Sets the default date resolution used byRangeQueryNodes for fields for which no specific date resolutions has been set.
-
-
-
Method Detail
-
setDateResolution
void setDateResolution(DateTools.Resolution dateResolution)
Deprecated.Sets the default date resolution used byRangeQueryNodes for fields for which no specific date resolutions has been set. Field specific resolutions can be set with- Parameters:
dateResolution- the default date resolution to set
-
getDateResolution
DateTools.Resolution getDateResolution()
Deprecated.
-
-