public static enum MBeanConstants.Type extends Enum<MBeanConstants.Type>
| Enum Constant and Description |
|---|
HEALTH
The HEALTH.
|
PERFORMANCE
The PERFORMANCE.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTypeName()
Gets the type name.
|
static MBeanConstants.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MBeanConstants.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MBeanConstants.Type HEALTH
public static final MBeanConstants.Type PERFORMANCE
public static MBeanConstants.Type[] values()
for (MBeanConstants.Type c : MBeanConstants.Type.values()) System.out.println(c);
public static MBeanConstants.Type 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 nullpublic String getTypeName()
Copyright © 2016 utils4j. All Rights Reserved.