Class PsAppendFreeFormatData
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vb80.PsAppendFreeFormatData
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class PsAppendFreeFormatData extends Object implements Serializable, Enumerated
Java class to represent the PsAppendFreeFormatData enumerated type. Documentation from the relevant specification: The PS-Append-Free-Format-Data AVP (AVP code 867) is of type enumerated and indicates if the information sent in the PS-Free-Format-Data AVP must be appended to the PS-free-format-data stored for the online-session. The GGSN shall ignore this AVP if no PS free format data is stored for the online charging session. The following values are defined:- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_APPEND
static int
_OVERWRITE
static PsAppendFreeFormatData
APPEND
If this AVP is present and indicates 'Append', the GGSN shall append the received PS free format data to the PS free format data stored for the online charging session.static PsAppendFreeFormatData
OVERWRITE
If this AVP is absent or in value 'Overwrite', the GGSN shall overwrite all PS free format data already stored for the online charging session.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PsAppendFreeFormatData
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_APPEND
public static final int _APPEND
- See Also:
- Constant Field Values
-
_OVERWRITE
public static final int _OVERWRITE
- See Also:
- Constant Field Values
-
APPEND
public static final PsAppendFreeFormatData APPEND
If this AVP is present and indicates 'Append', the GGSN shall append the received PS free format data to the PS free format data stored for the online charging session.
-
OVERWRITE
public static final PsAppendFreeFormatData OVERWRITE
If this AVP is absent or in value 'Overwrite', the GGSN shall overwrite all PS free format data already stored for the online charging session.
-
-
Method Detail
-
fromInt
public static PsAppendFreeFormatData 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
-
-