Class PocSessionInitiationType
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vb80.PocSessionInitiationType
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class PocSessionInitiationType extends Object implements Serializable, Enumerated
Java class to represent the PocSessionInitiationType enumerated type. Documentation from the relevant specification: The PoC-Session-Initiation-Type AVP (AVP code 1277) is of type Enumerated and specifies the type of the PoC session initiation.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_ON_DEMAND
static int
_PRE_ESTABLISHED
static PocSessionInitiationType
ON_DEMAND
static PocSessionInitiationType
PRE_ESTABLISHED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PocSessionInitiationType
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_PRE_ESTABLISHED
public static final int _PRE_ESTABLISHED
- See Also:
- Constant Field Values
-
_ON_DEMAND
public static final int _ON_DEMAND
- See Also:
- Constant Field Values
-
PRE_ESTABLISHED
public static final PocSessionInitiationType PRE_ESTABLISHED
-
ON_DEMAND
public static final PocSessionInitiationType ON_DEMAND
-
-
Method Detail
-
fromInt
public static PocSessionInitiationType 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
-
-