Uses of Enum
org.opencms.jsp.search.config.parser.simplesearch.daterestrictions.I_CmsDateRestriction.TimeUnit
Packages that use I_CmsDateRestriction.TimeUnit
Package
Description
Contains classes for dealing with restrictions in list configurations.
-
Uses of I_CmsDateRestriction.TimeUnit in org.opencms.jsp.search.config.parser.simplesearch.daterestrictions
Methods in org.opencms.jsp.search.config.parser.simplesearch.daterestrictions that return I_CmsDateRestriction.TimeUnitModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static I_CmsDateRestriction.TimeUnit[]
I_CmsDateRestriction.TimeUnit.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.opencms.jsp.search.config.parser.simplesearch.daterestrictions with parameters of type I_CmsDateRestriction.TimeUnitModifierConstructorDescriptionCmsDateFromTodayRestriction
(int count, I_CmsDateRestriction.TimeUnit unit, I_CmsDateRestriction.TimeDirection direction) Creates a new instance.