public static enum CheckBoxEditor.Type extends Enum<CheckBoxEditor.Type>
Enum Constant and Description |
---|
INCLUDE_CLASS_INSTANCE |
INCLUDE_SUBCLASSES |
INTEPRET_AS_CLASSLOADER |
RETAINED |
VERBOSE |
Modifier and Type | Method and Description |
---|---|
String |
getHelpText() |
String |
getLabel() |
static CheckBoxEditor.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckBoxEditor.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CheckBoxEditor.Type INCLUDE_CLASS_INSTANCE
public static final CheckBoxEditor.Type INCLUDE_SUBCLASSES
public static final CheckBoxEditor.Type INTEPRET_AS_CLASSLOADER
public static final CheckBoxEditor.Type RETAINED
public static final CheckBoxEditor.Type VERBOSE
public static CheckBoxEditor.Type[] values()
for (CheckBoxEditor.Type c : CheckBoxEditor.Type.values()) System.out.println(c);
public static CheckBoxEditor.Type 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 nullpublic String getLabel()
public String getHelpText()