Class IpRealmDefaultIndication
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.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_USEDstatic int_DEFAULT_IP_REALM_USEDstatic IpRealmDefaultIndicationDEFAULT_IP_REALM_NOT_USEDstatic IpRealmDefaultIndicationDEFAULT_IP_REALM_USED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IpRealmDefaultIndicationfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-