java.io.Serializable, java.lang.Comparable<AspectAdviceType>public enum AspectAdviceType extends java.lang.Enum<AspectAdviceType>
| Modifier and Type | Method | Description |
|---|---|---|
static AspectAdviceType |
resolve(java.lang.String alias) |
Returns an
AspectAdviceType with a value represented
by the specified String. |
java.lang.String |
toString() |
|
static AspectAdviceType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AspectAdviceType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AspectAdviceType BEFORE
public static final AspectAdviceType AFTER
public static final AspectAdviceType AROUND
public static final AspectAdviceType THROWN
public static final AspectAdviceType FINALLY
public static AspectAdviceType[] values()
for (AspectAdviceType c : AspectAdviceType.values()) System.out.println(c);
public static AspectAdviceType 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<AspectAdviceType>public static AspectAdviceType resolve(java.lang.String alias)
AspectAdviceType with a value represented
by the specified String.alias - the aspect advice type as a StringAspectAdviceType, may be nullCopyright © 2008–2018 The Aspectran Project. All rights reserved.