Class AccessTransferType
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vb80.AccessTransferType
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class AccessTransferType extends Object implements Serializable, Enumerated
Java class to represent the AccessTransferType enumerated type. Documentation from the relevant specification: The Access-Transfer-Type AVP (AVP code 2710) is of type Enumerated and indicates which type of transfer occurred for IMS service continuity.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_CS_TO_PS_TRANSFER
static int
_PS_TO_CS_TRANSFER
static AccessTransferType
CS_TO_PS_TRANSFER
static AccessTransferType
PS_TO_CS_TRANSFER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccessTransferType
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_PS_TO_CS_TRANSFER
public static final int _PS_TO_CS_TRANSFER
- See Also:
- Constant Field Values
-
_CS_TO_PS_TRANSFER
public static final int _CS_TO_PS_TRANSFER
- See Also:
- Constant Field Values
-
PS_TO_CS_TRANSFER
public static final AccessTransferType PS_TO_CS_TRANSFER
-
CS_TO_PS_TRANSFER
public static final AccessTransferType CS_TO_PS_TRANSFER
-
-
Method Detail
-
fromInt
public static AccessTransferType 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
-
-