Class RedirectSupport
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.vb90.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_DISABLEDstatic int_REDIRECTION_ENABLEDstatic RedirectSupportREDIRECTION_DISABLEDstatic RedirectSupportREDIRECTION_ENABLED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RedirectSupportfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-