org.mobicents.protocols.ss7.map
public enum MAPDialogState extends java.lang.Enum<MAPDialogState>
| Enum Constant and Description |
|---|
Active |
Expunged |
Idle |
InitialReceived |
InitialSent |
| Modifier and Type | Method and Description |
|---|---|
static MAPDialogState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MAPDialogState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MAPDialogState Idle
public static final MAPDialogState InitialReceived
public static final MAPDialogState InitialSent
public static final MAPDialogState Active
public static final MAPDialogState Expunged
public static MAPDialogState[] values()
for (MAPDialogState c : MAPDialogState.values()) System.out.println(c);
public static MAPDialogState 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 nullCopyright © 2012. All Rights Reserved.