Class IpRealmDefaultIndication
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vb80.IpRealmDefaultIndication
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class IpRealmDefaultIndication extends Object implements Serializable, Enumerated
Java class to represent the IpRealmDefaultIndication enumerated type. Documentation from the relevant specification: The IP-Realm-Default-Indication AVP (AVP code 2603) is of type Enumerated and indicates whether the IP realm used for the SDP media component is the Default IP realm or not.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_DEFAULT_IP_REALM_NOT_USED
static int
_DEFAULT_IP_REALM_USED
static IpRealmDefaultIndication
DEFAULT_IP_REALM_NOT_USED
static IpRealmDefaultIndication
DEFAULT_IP_REALM_USED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IpRealmDefaultIndication
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_DEFAULT_IP_REALM_NOT_USED
public static final int _DEFAULT_IP_REALM_NOT_USED
- See Also:
- Constant Field Values
-
_DEFAULT_IP_REALM_USED
public static final int _DEFAULT_IP_REALM_USED
- See Also:
- Constant Field Values
-
DEFAULT_IP_REALM_NOT_USED
public static final IpRealmDefaultIndication DEFAULT_IP_REALM_NOT_USED
-
DEFAULT_IP_REALM_USED
public static final IpRealmDefaultIndication DEFAULT_IP_REALM_USED
-
-
Method Detail
-
fromInt
public static IpRealmDefaultIndication fromInt(int type)
-
getValue
public int getValue()
Description copied from interface:Enumerated
Return the value of this instance of this enumerated type.- Specified by:
getValue
in interfaceEnumerated
- Returns:
- value
-
-