public static enum MBeanOperation.Impact extends Enum<MBeanOperation.Impact>
MBeanOperationInfo.| Enum Constant and Description |
|---|
ACTION |
ACTION_INFO |
INFO |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static MBeanOperation.Impact |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MBeanOperation.Impact[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MBeanOperation.Impact ACTION
public static final MBeanOperation.Impact ACTION_INFO
public static final MBeanOperation.Impact INFO
public static final MBeanOperation.Impact UNKNOWN
public static MBeanOperation.Impact[] values()
for (MBeanOperation.Impact c : MBeanOperation.Impact.values()) System.out.println(c);
public static MBeanOperation.Impact 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 null