Class ReplyPathRequested
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.va00.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_SETstatic int_REPLY_PATH_SETstatic ReplyPathRequestedNO_REPLY_PATH_SETstatic ReplyPathRequestedREPLY_PATH_SET
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReplyPathRequestedfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-