public static enum ObjectGUIHelperBase.WidgetsToAdd extends Enum<ObjectGUIHelperBase.WidgetsToAdd>
| Enum Constant and Description |
|---|
ALL |
DETAILS_ONLY |
OVERVIEW |
| Modifier and Type | Method and Description |
|---|---|
static ObjectGUIHelperBase.WidgetsToAdd |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectGUIHelperBase.WidgetsToAdd[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectGUIHelperBase.WidgetsToAdd OVERVIEW
public static final ObjectGUIHelperBase.WidgetsToAdd DETAILS_ONLY
public static final ObjectGUIHelperBase.WidgetsToAdd ALL
public static ObjectGUIHelperBase.WidgetsToAdd[] values()
for (ObjectGUIHelperBase.WidgetsToAdd c : ObjectGUIHelperBase.WidgetsToAdd.values()) System.out.println(c);
public static ObjectGUIHelperBase.WidgetsToAdd 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 nullCopyright © 2019. All rights reserved.