Class SmDeviceTriggerIndicator
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vcb0.SmDeviceTriggerIndicator
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class SmDeviceTriggerIndicator extends Object implements Serializable, Enumerated
Java class to represent the SmDeviceTriggerIndicator enumerated type. Documentation from the relevant specification: The SM-Device-Trigger-Indicator AVP (AVP code 3407) is of type Enumerated, and indicates whether the Short Message is related to Device Trigger. If this AVP is not present, this means the Short Message is not related to Device Trigger:- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_DEVICE_TRIGGER
static int
_NOT_DEVICETRIGGER
static SmDeviceTriggerIndicator
DEVICE_TRIGGER
static SmDeviceTriggerIndicator
NOT_DEVICETRIGGER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SmDeviceTriggerIndicator
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_NOT_DEVICETRIGGER
public static final int _NOT_DEVICETRIGGER
- See Also:
- Constant Field Values
-
_DEVICE_TRIGGER
public static final int _DEVICE_TRIGGER
- See Also:
- Constant Field Values
-
NOT_DEVICETRIGGER
public static final SmDeviceTriggerIndicator NOT_DEVICETRIGGER
-
DEVICE_TRIGGER
public static final SmDeviceTriggerIndicator DEVICE_TRIGGER
-
-
Method Detail
-
fromInt
public static SmDeviceTriggerIndicator 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
-
-