|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||||||
com.sas.services.information.search.DateFilter.DateType
public static enum DateFilter.DateType
The type of date to filter on
| Enum Constant Summary | |
|---|---|
CREATED_DATE
Value for the created date type |
|
MODIFIED_DATE
Value for the modified date type |
|
| Method Summary | |
|---|---|
static DateFilter.DateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DateFilter.DateType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Enum Constant Detail |
|---|
public static final DateFilter.DateType CREATED_DATE
public static final DateFilter.DateType MODIFIED_DATE
| Method Detail |
|---|
public static DateFilter.DateType[] values()
for (DateFilter.DateType c : DateFilter.DateType.values()) System.out.println(c);
public static DateFilter.DateType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||||||