Uses of Enum Class
com.sas.services.information.search.DateFilter.DateType
Packages that use DateFilter.DateType
Package
Description
The com.sas.services.information.search package performs and manages metadata searches for public objects.
-
Uses of DateFilter.DateType in com.sas.services.information.search
Methods in com.sas.services.information.search that return DateFilter.DateTypeModifier and TypeMethodDescriptionDateFilter.getType()Returns the date typestatic DateFilter.DateTypeDateFilter.DateType.valueOf(String name) Returns the enum constant of this class with the specified name.static DateFilter.DateType[]DateFilter.DateType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.sas.services.information.search with parameters of type DateFilter.DateTypeModifierConstructorDescriptionDateFilter(DateFilter.DateType type, Date beginDate) Constructs a new date filter that can filter on objects based on a since or begin date.DateFilter(DateFilter.DateType type, Date beginDate, Date endDate) Constructs a new date filter that can filter on objects based on a date range (a range that has a begin and an end date)