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