Uses of Enum
org.opencms.jsp.search.config.parser.simplesearch.daterestrictions.I_CmsDateRestriction.TimeDirection
Packages that use I_CmsDateRestriction.TimeDirection
Package
Description
Contains classes for dealing with restrictions in list configurations.
-
Uses of I_CmsDateRestriction.TimeDirection in org.opencms.jsp.search.config.parser.simplesearch.daterestrictions
Methods in org.opencms.jsp.search.config.parser.simplesearch.daterestrictions that return I_CmsDateRestriction.TimeDirectionModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static I_CmsDateRestriction.TimeDirection[]
I_CmsDateRestriction.TimeDirection.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.TimeDirectionModifierConstructorDescriptionCmsDateFromTodayRestriction
(int count, I_CmsDateRestriction.TimeUnit unit, I_CmsDateRestriction.TimeDirection direction) Creates a new instance.Creates a new instance.