Class SendDataIndication
- java.lang.Object
-
- org.jainslee.resources.diameter.sh.types.v880.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_REQUESTEDstatic int_USER_DATA_REQUESTEDstatic SendDataIndicationUSER_DATA_NOT_REQUESTEDstatic SendDataIndicationUSER_DATA_REQUESTED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SendDataIndicationfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-