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