public static enum ApnInfo.MVNOType extends java.lang.Enum<ApnInfo.MVNOType>
Modifier and Type | Method and Description |
---|---|
static ApnInfo.MVNOType |
findByName(java.lang.String name) |
static ApnInfo.MVNOType |
findByValue(java.lang.String value) |
java.lang.String |
type() |
static ApnInfo.MVNOType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApnInfo.MVNOType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApnInfo.MVNOType NONE
public static final ApnInfo.MVNOType SPN
public static final ApnInfo.MVNOType IMSI
public static final ApnInfo.MVNOType GID
public static ApnInfo.MVNOType[] values()
for (ApnInfo.MVNOType c : ApnInfo.MVNOType.values()) System.out.println(c);
public static ApnInfo.MVNOType 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 java.lang.String type()
public static ApnInfo.MVNOType findByValue(java.lang.String value)
public static ApnInfo.MVNOType findByName(java.lang.String name)