public static enum ProxyGenerator.InvokeStyle extends Enum<ProxyGenerator.InvokeStyle>
| Modifier and Type | Method and Description |
|---|---|
static ProxyGenerator.InvokeStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxyGenerator.InvokeStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProxyGenerator.InvokeStyle NORMAL
public static final ProxyGenerator.InvokeStyle VIRTUAL
public static ProxyGenerator.InvokeStyle[] values()
for (ProxyGenerator.InvokeStyle c : ProxyGenerator.InvokeStyle.values()) System.out.println(c);
public static ProxyGenerator.InvokeStyle 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 © 2012. All Rights Reserved.