java.io.Serializable, java.lang.Comparable<BeanProxifierType>public enum BeanProxifierType extends java.lang.Enum<BeanProxifierType>
Created: 2008. 03. 26 AM 12:58:38
| Modifier and Type | Method | Description |
|---|---|---|
static BeanProxifierType |
resolve(java.lang.String alias) |
Returns a
BeanProxifierType with a value represented
by the specified String. |
java.lang.String |
toString() |
|
static BeanProxifierType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static BeanProxifierType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BeanProxifierType CGLIB
public static final BeanProxifierType JAVASSIST
public static final BeanProxifierType JDK
public static BeanProxifierType[] values()
for (BeanProxifierType c : BeanProxifierType.values()) System.out.println(c);
public static BeanProxifierType 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<BeanProxifierType>public static BeanProxifierType resolve(java.lang.String alias)
BeanProxifierType with a value represented
by the specified String.alias - the bean proxifier type as a StringBeanProxifierType, may be nullCopyright © 2008–2018 The Aspectran Project. All rights reserved.