Class PocSessionInitiationType
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.va00.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_DEMANDstatic int_PRE_ESTABLISHEDstatic PocSessionInitiationTypeON_DEMANDstatic PocSessionInitiationTypePRE_ESTABLISHED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PocSessionInitiationTypefromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-