static enum NeedlessAutoboxing.State extends java.lang.Enum<NeedlessAutoboxing.State>
Enum Constant and Description |
---|
SEEN_CTOR |
SEEN_GETSTATIC |
SEEN_ICONST |
SEEN_NOTHING |
SEEN_PARSE |
SEEN_VALUE |
SEEN_VALUEOFPRIMITIVE |
SEEN_VALUEOFSTRING |
Modifier and Type | Method and Description |
---|---|
static NeedlessAutoboxing.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NeedlessAutoboxing.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NeedlessAutoboxing.State SEEN_NOTHING
public static final NeedlessAutoboxing.State SEEN_VALUE
public static final NeedlessAutoboxing.State SEEN_VALUEOFSTRING
public static final NeedlessAutoboxing.State SEEN_PARSE
public static final NeedlessAutoboxing.State SEEN_CTOR
public static final NeedlessAutoboxing.State SEEN_VALUEOFPRIMITIVE
public static final NeedlessAutoboxing.State SEEN_ICONST
public static final NeedlessAutoboxing.State SEEN_GETSTATIC
public static NeedlessAutoboxing.State[] values()
for (NeedlessAutoboxing.State c : NeedlessAutoboxing.State.values()) System.out.println(c);
public static NeedlessAutoboxing.State 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 nullCopyright © 2005-2018 MeBigFatGuy.com. All Rights Reserved.