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