org.mobicents.protocols.ss7.map.api.dialog
Enum ProcedureCancellationReason
java.lang.Object
java.lang.Enum<ProcedureCancellationReason>
org.mobicents.protocols.ss7.map.api.dialog.ProcedureCancellationReason
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<ProcedureCancellationReason>
public enum ProcedureCancellationReason
- extends java.lang.Enum<ProcedureCancellationReason>
See ETS 300974 Table 5.3/7
ProcedureCancellationReason ::= ENUMERATED {
handoverCancellation (0),
radioChannelRelease (1),
networkPathRelease (2),
callRelease (3),
associatedProcedureFailure (4),
tandemDialogueRelease (5),
remoteOperationsFailure (6)}
- Author:
- amit bhayani
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
handoverCancellation
public static final ProcedureCancellationReason handoverCancellation
radioChannelRelease
public static final ProcedureCancellationReason radioChannelRelease
networkPathRelease
public static final ProcedureCancellationReason networkPathRelease
callRelease
public static final ProcedureCancellationReason callRelease
associatedProcedureFailure
public static final ProcedureCancellationReason associatedProcedureFailure
tandemDialogueRelease
public static final ProcedureCancellationReason tandemDialogueRelease
remoteOperationsFailure
public static final ProcedureCancellationReason remoteOperationsFailure
values
public static ProcedureCancellationReason[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ProcedureCancellationReason c : ProcedureCancellationReason.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ProcedureCancellationReason valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
getInstance
public static ProcedureCancellationReason getInstance(int code)
getCode
public int getCode()
Copyright © 2011. All Rights Reserved.