net.java.slee.resource.diameter.ro.events.avp
Class PsAppendFreeFormatData

java.lang.Object
  extended by net.java.slee.resource.diameter.ro.events.avp.PsAppendFreeFormatData
All Implemented Interfaces:
java.io.Serializable, net.java.slee.resource.diameter.base.events.avp.Enumerated

public class PsAppendFreeFormatData
extends java.lang.Object
implements net.java.slee.resource.diameter.base.events.avp.Enumerated, java.io.Serializable

Java class to represent the PsAppendFreeFormatData enumerated type.

Author:
Alexandre Mendonca , Bartosz Baranowski
See Also:
Serialized Form

Field Summary
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
static PsAppendFreeFormatData fromInt(int type)
          Return the value of this instance of this enumerated type.
 int getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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)
Return the value of this instance of this enumerated type.


getValue

public int getValue()
Specified by:
getValue in interface net.java.slee.resource.diameter.base.events.avp.Enumerated

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011. All Rights Reserved.