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