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