public static enum SmscStatProviderJmx.SmscManagementType extends java.lang.Enum<SmscStatProviderJmx.SmscManagementType> 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 SmscStatProviderJmx.SmscManagementType |
getInstance(java.lang.String name) |
java.lang.String |
getName() |
static SmscStatProviderJmx.SmscManagementType |
valueOf(java.lang.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 java.lang.String NAME_MANAGEMENT
public static SmscStatProviderJmx.SmscManagementType[] values()
for (SmscStatProviderJmx.SmscManagementType c : SmscStatProviderJmx.SmscManagementType.values()) System.out.println(c);
public static SmscStatProviderJmx.SmscManagementType 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 SmscStatProviderJmx.SmscManagementType getInstance(java.lang.String name)
Copyright © 2017. All Rights Reserved.