public static enum UssdStatProviderJmx.UssdManagementType extends java.lang.Enum<UssdStatProviderJmx.UssdManagementType> implements org.mobicents.protocols.ss7.oam.common.jmx.MBeanType
| Enum Constant and Description |
|---|
MANAGEMENT |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME_MANAGEMENT |
| Modifier and Type | Method and Description |
|---|---|
static UssdStatProviderJmx.UssdManagementType |
getInstance(java.lang.String name) |
java.lang.String |
getName() |
static UssdStatProviderJmx.UssdManagementType |
valueOf(java.lang.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 java.lang.String NAME_MANAGEMENT
public static UssdStatProviderJmx.UssdManagementType[] values()
for (UssdStatProviderJmx.UssdManagementType c : UssdStatProviderJmx.UssdManagementType.values()) System.out.println(c);
public static UssdStatProviderJmx.UssdManagementType 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 getName()
getName in interface org.mobicents.protocols.ss7.oam.common.jmx.MBeanTypepublic static UssdStatProviderJmx.UssdManagementType getInstance(java.lang.String name)
Copyright © 2017. All Rights Reserved.