public enum ProcedureCancellationReason extends java.lang.Enum<ProcedureCancellationReason>
| Enum Constant and Description |
|---|
associatedProcedureFailure |
callRelease |
handoverCancellation |
networkPathRelease |
radioChannelRelease |
remoteOperationsFailure |
tandemDialogueRelease |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static ProcedureCancellationReason |
getInstance(int code) |
static ProcedureCancellationReason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcedureCancellationReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcedureCancellationReason handoverCancellation
public static final ProcedureCancellationReason radioChannelRelease
public static final ProcedureCancellationReason networkPathRelease
public static final ProcedureCancellationReason callRelease
public static final ProcedureCancellationReason associatedProcedureFailure
public static final ProcedureCancellationReason tandemDialogueRelease
public static final ProcedureCancellationReason remoteOperationsFailure
public static ProcedureCancellationReason[] values()
for (ProcedureCancellationReason c : ProcedureCancellationReason.values()) System.out.println(c);
public static ProcedureCancellationReason 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 static ProcedureCancellationReason getInstance(int code)
public int getCode()
Copyright © 2011. All Rights Reserved.