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