Class SendDataIndication
- java.lang.Object
-
- org.jainslee.resources.diameter.sh.types.v780.SendDataIndication
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class SendDataIndication extends Object implements Serializable, Enumerated
Java class to represent the SendDataIndication enumerated type. Documentation from the relevant specification: The Send-Data-Indication AVP is of type Enumerated. If present it indicates that the sender requests the User-Data. The following values are defined:- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_USER_DATA_NOT_REQUESTED
static int
_USER_DATA_REQUESTED
static SendDataIndication
USER_DATA_NOT_REQUESTED
static SendDataIndication
USER_DATA_REQUESTED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SendDataIndication
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_USER_DATA_NOT_REQUESTED
public static final int _USER_DATA_NOT_REQUESTED
- See Also:
- Constant Field Values
-
_USER_DATA_REQUESTED
public static final int _USER_DATA_REQUESTED
- See Also:
- Constant Field Values
-
USER_DATA_NOT_REQUESTED
public static final SendDataIndication USER_DATA_NOT_REQUESTED
-
USER_DATA_REQUESTED
public static final SendDataIndication USER_DATA_REQUESTED
-
-
Method Detail
-
fromInt
public static SendDataIndication 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
-
-