|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use DateFilter.DateType | |
|---|---|
| com.sas.services.information.search | 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.DateType | |
|---|---|
DateFilter.DateType |
DateFilter.getType()
Returns the date type |
static DateFilter.DateType |
DateFilter.DateType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DateFilter.DateType[] |
DateFilter.DateType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in com.sas.services.information.search with parameters of type DateFilter.DateType | |
|---|---|
DateFilter(DateFilter.DateType type,
java.util.Date beginDate)
Constructs a new date filter that can filter on objects based on a since or begin date. |
|
DateFilter(DateFilter.DateType type,
java.util.Date beginDate,
java.util.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) |
|
|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||