public static enum SmscStatProviderJmx.SmscManagementType extends Enum<SmscStatProviderJmx.SmscManagementType> implements org.mobicents.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 SmscStatProviderJmx.SmscManagementType |
getInstance(String name) |
String |
getName() |
static SmscStatProviderJmx.SmscManagementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmscStatProviderJmx.SmscManagementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmscStatProviderJmx.SmscManagementType MANAGEMENT
public static final String NAME_MANAGEMENT
public static SmscStatProviderJmx.SmscManagementType[] values()
for (SmscStatProviderJmx.SmscManagementType c : SmscStatProviderJmx.SmscManagementType.values()) System.out.println(c);
public static SmscStatProviderJmx.SmscManagementType 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 org.mobicents.protocols.ss7.oam.common.jmx.MBeanTypepublic static SmscStatProviderJmx.SmscManagementType getInstance(String name)
Copyright © 2016. All Rights Reserved.