public static enum RangeSelector.ButtonType extends Enum<RangeSelector.ButtonType>
RangeSelector.Button.setType(RangeSelector.ButtonType) method.| Enum Constant and Description |
|---|
ALL |
DAY |
MILLISECOND |
MINUTE |
MONTH |
SECOND |
WEEK |
YEAR |
YTD |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static RangeSelector.ButtonType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RangeSelector.ButtonType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RangeSelector.ButtonType MILLISECOND
public static final RangeSelector.ButtonType SECOND
public static final RangeSelector.ButtonType MINUTE
public static final RangeSelector.ButtonType DAY
public static final RangeSelector.ButtonType WEEK
public static final RangeSelector.ButtonType MONTH
public static final RangeSelector.ButtonType YTD
public static final RangeSelector.ButtonType YEAR
public static final RangeSelector.ButtonType ALL
public static RangeSelector.ButtonType[] values()
for (RangeSelector.ButtonType c : RangeSelector.ButtonType.values()) System.out.println(c);
public static RangeSelector.ButtonType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<RangeSelector.ButtonType>Copyright © 2015. All Rights Reserved.