java.io.Serializable, java.lang.Comparable<BeanRefererType>public enum BeanRefererType extends java.lang.Enum<BeanRefererType>
Created: 2016. 2. 20.
| Enum Constant | Description |
|---|---|
ASPECT_RULE |
|
AUTOWIRE_RULE |
|
BEAN_ACTION_RULE |
|
BEAN_RULE |
|
SCHEDULE_RULE |
|
TEMPLATE_RULE |
|
TOKEN |
| Modifier and Type | Method | Description |
|---|---|---|
static BeanRefererType |
resolve(java.lang.String alias) |
Returns a
BeanReferrerType with a value represented
by the specified String. |
java.lang.String |
toString() |
|
static BeanRefererType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static BeanRefererType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BeanRefererType ASPECT_RULE
public static final BeanRefererType SCHEDULE_RULE
public static final BeanRefererType BEAN_ACTION_RULE
public static final BeanRefererType BEAN_RULE
public static final BeanRefererType AUTOWIRE_RULE
public static final BeanRefererType TOKEN
public static final BeanRefererType TEMPLATE_RULE
public static BeanRefererType[] values()
for (BeanRefererType c : BeanRefererType.values()) System.out.println(c);
public static BeanRefererType 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<BeanRefererType>public static BeanRefererType resolve(java.lang.String alias)
BeanReferrerType with a value represented
by the specified String.alias - the bean referrer type as a StringBeanReferrerType, may be nullCopyright © 2008–2018 The Aspectran Project. All rights reserved.