public static enum AjcUtils.AdviceType extends java.lang.Enum<AjcUtils.AdviceType>
| Enum Constant and Description |
|---|
Around |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPostfix() |
static AjcUtils.AdviceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AjcUtils.AdviceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AjcUtils.AdviceType Around
public static AjcUtils.AdviceType[] values()
for (AjcUtils.AdviceType c : AjcUtils.AdviceType.values()) System.out.println(c);
public static AjcUtils.AdviceType 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 getPostfix()