Class ParticipantActionType
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.v960.ParticipantActionType
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class ParticipantActionType extends Object implements Serializable, Enumerated
Java class to represent the ParticipantActionType enumerated type. Documentation from the relevant specification: The Participant-Action-Type AVP (AVP code 2049) is of type Enumerated and holds the participant €™s action type during the conference for Billing Domain €™s information.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_CREATE_CONF
static int
_INVITE_INTO_CONF
static int
_JOIN_CONF
static int
_QUIT_CONF
static ParticipantActionType
CREATE_CONF
static ParticipantActionType
INVITE_INTO_CONF
static ParticipantActionType
JOIN_CONF
static ParticipantActionType
QUIT_CONF
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParticipantActionType
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_CREATE_CONF
public static final int _CREATE_CONF
- See Also:
- Constant Field Values
-
_JOIN_CONF
public static final int _JOIN_CONF
- See Also:
- Constant Field Values
-
_INVITE_INTO_CONF
public static final int _INVITE_INTO_CONF
- See Also:
- Constant Field Values
-
_QUIT_CONF
public static final int _QUIT_CONF
- See Also:
- Constant Field Values
-
CREATE_CONF
public static final ParticipantActionType CREATE_CONF
-
JOIN_CONF
public static final ParticipantActionType JOIN_CONF
-
INVITE_INTO_CONF
public static final ParticipantActionType INVITE_INTO_CONF
-
QUIT_CONF
public static final ParticipantActionType QUIT_CONF
-
-
Method Detail
-
fromInt
public static ParticipantActionType 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
-
-