public static enum ASMUtil.RequiredEmitterType extends Enum<ASMUtil.RequiredEmitterType>
| Modifier and Type | Method and Description |
|---|---|
static ASMUtil.RequiredEmitterType |
valueOf(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2011–2018 Eclipse Foundation. All rights reserved.