Class ReplyPathRequested
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.v960.ReplyPathRequested
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class ReplyPathRequested extends Object implements Serializable, Enumerated
Java class to represent the ReplyPathRequested enumerated type. Documentation from the relevant specification: The Reply-Path-Requested AVP (AVP code 2011) is of type Enumerated.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_NO_REPLY_PATH_SET
static int
_REPLY_PATH_SET
static ReplyPathRequested
NO_REPLY_PATH_SET
static ReplyPathRequested
REPLY_PATH_SET
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReplyPathRequested
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_NO_REPLY_PATH_SET
public static final int _NO_REPLY_PATH_SET
- See Also:
- Constant Field Values
-
_REPLY_PATH_SET
public static final int _REPLY_PATH_SET
- See Also:
- Constant Field Values
-
NO_REPLY_PATH_SET
public static final ReplyPathRequested NO_REPLY_PATH_SET
-
REPLY_PATH_SET
public static final ReplyPathRequested REPLY_PATH_SET
-
-
Method Detail
-
fromInt
public static ReplyPathRequested 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
-
-