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