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