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_CONFstatic int_INVITE_INTO_CONFstatic int_JOIN_CONFstatic int_QUIT_CONFstatic ParticipantActionTypeCREATE_CONFstatic ParticipantActionTypeINVITE_INTO_CONFstatic ParticipantActionTypeJOIN_CONFstatic ParticipantActionTypeQUIT_CONF
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParticipantActionTypefromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-