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