Class RedirectSupport
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.vcd0.RedirectSupport
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class RedirectSupport extends Object implements Serializable, Enumerated
Java class to represent the RedirectSupport enumerated type. Documentation from the relevant specification: The Redirect-Support AVP (AVP Code 1086) is of type Enumerated.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_REDIRECTION_DISABLED
static int
_REDIRECTION_ENABLED
static RedirectSupport
REDIRECTION_DISABLED
static RedirectSupport
REDIRECTION_ENABLED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RedirectSupport
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_REDIRECTION_DISABLED
public static final int _REDIRECTION_DISABLED
- See Also:
- Constant Field Values
-
_REDIRECTION_ENABLED
public static final int _REDIRECTION_ENABLED
- See Also:
- Constant Field Values
-
REDIRECTION_DISABLED
public static final RedirectSupport REDIRECTION_DISABLED
-
REDIRECTION_ENABLED
public static final RedirectSupport REDIRECTION_ENABLED
-
-
Method Detail
-
fromInt
public static RedirectSupport 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
-
-