com.ibm.diameter.charging.util
Class UserEquipmentInfoType

java.lang.Object
  extended by com.ibm.diameter.charging.util.UserEquipmentInfoType

public class UserEquipmentInfoType
extends java.lang.Object

Describes the UserEquipmentInfoType values that may be specified for the User-Equipment-Info-Type Avp.


Field Summary
static int EUI64
           
static int IMEISV
           
static int MAC
           
static int MODIFIED_EUI64
           
 
Method Summary
static boolean isDefined(int value)
          Used by the charging web services to validate the value specified for the User-Equipment-Info-Type Avp against the allowed enumerated values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMEISV

public static final int IMEISV
See Also:
Constant Field Values

MAC

public static final int MAC
See Also:
Constant Field Values

EUI64

public static final int EUI64
See Also:
Constant Field Values

MODIFIED_EUI64

public static final int MODIFIED_EUI64
See Also:
Constant Field Values
Method Detail

isDefined

public static boolean isDefined(int value)
Used by the charging web services to validate the value specified for the User-Equipment-Info-Type Avp against the allowed enumerated values.

Parameters:
value - the value of the Avp under test
Returns:
boolean indicating whether the specified UserEquipmentInfoType value is valid


Copyright © 2006 IBM Corp. All Rights Reserved.