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