net.java.slee.resource.diameter.cca.events.avp
Enum UserEquipmentInfoType
java.lang.Object
java.lang.Enum<UserEquipmentInfoType>
net.java.slee.resource.diameter.cca.events.avp.UserEquipmentInfoType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<UserEquipmentInfoType>, net.java.slee.resource.diameter.base.events.avp.Enumerated
public enum UserEquipmentInfoType
- extends java.lang.Enum<UserEquipmentInfoType>
- implements net.java.slee.resource.diameter.base.events.avp.Enumerated
8.50. User-Equipment-Info-Type AVP
The User-Equipment-Info-Type AVP is of type Enumerated (AVP Code
459) and defines the type of user equipment information contained in
the User-Equipment-Info-Value AVP.
This specification defines the following user equipment types.
However, new User-Equipment-Info-Type values can be assigned by an
IANA designated expert, as defined in section 12.
IMEISV 0
The identifier contains the International Mobile Equipment
Identifier and Software Version in the international IMEISV format
according to 3GPP TS 23.003 [3GPPIMEI].
MAC 1
The 48-bit MAC address is formatted as described in [RAD802.1X].
EUI64 2
The 64-bit identifier used to identify hardware instance of the
product, as defined in [EUI64].
MODIFIED_EUI64 3
There are a number of types of terminals that have identifiers
other than IMEI, IEEE 802 MACs, or EUI-64. These identifiers can
be converted to modified EUI-64 format as described in [IPv6Addr]
or by using some other methods referred to in the service-specific
documentation.
- Author:
- Bartosz Baranowski , Alexandre Mendonca
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
IMEISV
public static final UserEquipmentInfoType IMEISV
MAC
public static final UserEquipmentInfoType MAC
EUI64
public static final UserEquipmentInfoType EUI64
MODIFIED_EUI64
public static final UserEquipmentInfoType MODIFIED_EUI64
values
public static UserEquipmentInfoType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (UserEquipmentInfoType c : UserEquipmentInfoType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static UserEquipmentInfoType valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
fromInt
public static UserEquipmentInfoType fromInt(int presumableValue)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
getValue
public int getValue()
- Specified by:
getValue in interface net.java.slee.resource.diameter.base.events.avp.Enumerated
Copyright © 2012. All Rights Reserved.