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