Class TranscoderInsertedIndication
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vb80.TranscoderInsertedIndication
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class TranscoderInsertedIndication extends Object implements Serializable, Enumerated
Java class to represent the TranscoderInsertedIndication enumerated type. Documentation from the relevant specification: The Transcoder-Inserted-Indication AVP (AVP code 2605) is of type Enumerated and indicates if a transcoder is inserted or not for the SDP media component.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_TRANSCODER_INSERTED
static int
_TRANSCODER_NOT_INSERTED
static TranscoderInsertedIndication
TRANSCODER_INSERTED
static TranscoderInsertedIndication
TRANSCODER_NOT_INSERTED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TranscoderInsertedIndication
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_TRANSCODER_NOT_INSERTED
public static final int _TRANSCODER_NOT_INSERTED
- See Also:
- Constant Field Values
-
_TRANSCODER_INSERTED
public static final int _TRANSCODER_INSERTED
- See Also:
- Constant Field Values
-
TRANSCODER_NOT_INSERTED
public static final TranscoderInsertedIndication TRANSCODER_NOT_INSERTED
-
TRANSCODER_INSERTED
public static final TranscoderInsertedIndication TRANSCODER_INSERTED
-
-
Method Detail
-
fromInt
public static TranscoderInsertedIndication 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
-
-