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