public enum SFReportDateOption extends java.lang.Enum<SFReportDateOption>
| Enum Constant and Description |
|---|
Last30Days |
LastMonth |
LastWeek |
Specific |
ThisMonth |
ThisWeek |
Today |
Yesterday |
| Modifier and Type | Method and Description |
|---|---|
static SFReportDateOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SFReportDateOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SFReportDateOption Specific
public static final SFReportDateOption Today
public static final SFReportDateOption Yesterday
public static final SFReportDateOption ThisWeek
public static final SFReportDateOption LastWeek
public static final SFReportDateOption ThisMonth
public static final SFReportDateOption LastMonth
public static final SFReportDateOption Last30Days
public static SFReportDateOption[] values()
for (SFReportDateOption c : SFReportDateOption.values()) System.out.println(c);
public static SFReportDateOption 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 namejava.lang.NullPointerException - if the argument is null