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