public static enum UssdStatProviderJmx.UssdManagementType extends Enum<UssdStatProviderJmx.UssdManagementType> implements com.telscale.protocols.ss7.oam.common.jmx.MBeanType
| Enum Constant and Description |
|---|
MANAGEMENT |
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME_MANAGEMENT |
| Modifier and Type | Method and Description |
|---|---|
static UssdStatProviderJmx.UssdManagementType |
getInstance(String name) |
String |
getName() |
static UssdStatProviderJmx.UssdManagementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UssdStatProviderJmx.UssdManagementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UssdStatProviderJmx.UssdManagementType MANAGEMENT
public static final String NAME_MANAGEMENT
public static UssdStatProviderJmx.UssdManagementType[] values()
for (UssdStatProviderJmx.UssdManagementType c : UssdStatProviderJmx.UssdManagementType.values()) System.out.println(c);
public static UssdStatProviderJmx.UssdManagementType 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 getName()
getName in interface com.telscale.protocols.ss7.oam.common.jmx.MBeanTypepublic static UssdStatProviderJmx.UssdManagementType getInstance(String name)
Copyright © 2016. All Rights Reserved.