public static enum SearchPanel.TimeType extends java.lang.Enum<SearchPanel.TimeType>
| Enum Constant and Description |
|---|
Custom
Período personalizado (qualquer data inicial e final)
|
PreviousMonth
Mês anterior
|
PreviousSixMonth
6 Meses anteriores
|
PreviousThreeYear
3 Anos anteriores
|
PreviousYear
Ano anterior
|
| Modifier and Type | Method and Description |
|---|---|
static SearchPanel.TimeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SearchPanel.TimeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchPanel.TimeType Custom
public static final SearchPanel.TimeType PreviousMonth
public static final SearchPanel.TimeType PreviousSixMonth
public static final SearchPanel.TimeType PreviousYear
public static final SearchPanel.TimeType PreviousThreeYear
public static SearchPanel.TimeType[] values()
for (SearchPanel.TimeType c : SearchPanel.TimeType.values()) System.out.println(c);
public static SearchPanel.TimeType 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 nullCopyright © 2015. All Rights Reserved.