public static enum WidgetUtil.BannerType extends java.lang.Enum<WidgetUtil.BannerType>
Enum Constant and Description |
---|
BANNER1 |
BANNER2 |
BANNER3 |
BANNER4 |
SHIELD |
Modifier and Type | Method and Description |
---|---|
static WidgetUtil.BannerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WidgetUtil.BannerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WidgetUtil.BannerType SHIELD
public static final WidgetUtil.BannerType BANNER1
public static final WidgetUtil.BannerType BANNER2
public static final WidgetUtil.BannerType BANNER3
public static final WidgetUtil.BannerType BANNER4
public static WidgetUtil.BannerType[] values()
for (WidgetUtil.BannerType c : WidgetUtil.BannerType.values()) System.out.println(c);
public static WidgetUtil.BannerType 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