public static enum Msid.Type extends Enum<Msid.Type>
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="MSISDN"/>
<xs:enumeration value="IMSI"/>
<xs:enumeration value="IMEI"/>
<xs:enumeration value="MIN"/>
<xs:enumeration value="MDN"/>
<xs:enumeration value="EME_MSID"/>
<xs:enumeration value="ASID"/>
<xs:enumeration value="OPE_ID"/>
<xs:enumeration value="IPV4"/>
<xs:enumeration value="IPV6"/>
<xs:enumeration value="SESSID"/>
</xs:restriction>
</xs:simpleType>
| Enum Constant and Description |
|---|
ASID |
EME_MSID |
IMEI |
IMSI |
IP_V4 |
IP_V6 |
MDN |
MIN |
MSISDN |
OPE_ID |
SESSID |
| Modifier and Type | Method and Description |
|---|---|
static Msid.Type |
convert(String value) |
static Msid.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Msid.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
String |
xmlValue() |
public static final Msid.Type MSISDN
public static final Msid.Type IMSI
public static final Msid.Type IMEI
public static final Msid.Type MIN
public static final Msid.Type MDN
public static final Msid.Type EME_MSID
public static final Msid.Type ASID
public static final Msid.Type OPE_ID
public static final Msid.Type IP_V4
public static final Msid.Type IP_V6
public static final Msid.Type SESSID
public static Msid.Type[] values()
for (Msid.Type c : Msid.Type.values()) System.out.println(c);
public static Msid.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String xmlValue()
Copyright © 2016. All Rights Reserved.