net.java.slee.resource.diameter.gq.events.avp
Class SpecificAction

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

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

Java class to represent the Specific Action enumerated type.

Author:
Yulian Oifa
See Also:
Serialized Form

Field Summary
static int _INDICATION_OF_LOSS_OF_BEARER
           
static int _INDICATION_OF_RECOVERY_BEARER
           
static int _INDICATION_OF_RELEASE_BEARER
           
static int _INDICATION_OF_RESERVATION_EXPIRATION
           
static int _INDICATION_OF_SUBSCRIBER_DETACHMENT
           
static SpecificAction INDICATION_OF_LOSS_OF_BEARER
           
static SpecificAction INDICATION_OF_RECOVERY_BEARER
           
static SpecificAction INDICATION_OF_RELEASE_BEARER
           
static SpecificAction INDICATION_OF_RESERVATION_EXPIRATION
           
static SpecificAction INDICATION_OF_SUBSCRIBER_DETACHMENT
           
 
Method Summary
static SpecificAction 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

_INDICATION_OF_LOSS_OF_BEARER

public static final int _INDICATION_OF_LOSS_OF_BEARER
See Also:
Constant Field Values

_INDICATION_OF_RECOVERY_BEARER

public static final int _INDICATION_OF_RECOVERY_BEARER
See Also:
Constant Field Values

_INDICATION_OF_RELEASE_BEARER

public static final int _INDICATION_OF_RELEASE_BEARER
See Also:
Constant Field Values

_INDICATION_OF_SUBSCRIBER_DETACHMENT

public static final int _INDICATION_OF_SUBSCRIBER_DETACHMENT
See Also:
Constant Field Values

_INDICATION_OF_RESERVATION_EXPIRATION

public static final int _INDICATION_OF_RESERVATION_EXPIRATION
See Also:
Constant Field Values

INDICATION_OF_LOSS_OF_BEARER

public static final SpecificAction INDICATION_OF_LOSS_OF_BEARER

INDICATION_OF_RECOVERY_BEARER

public static final SpecificAction INDICATION_OF_RECOVERY_BEARER

INDICATION_OF_RELEASE_BEARER

public static final SpecificAction INDICATION_OF_RELEASE_BEARER

INDICATION_OF_SUBSCRIBER_DETACHMENT

public static final SpecificAction INDICATION_OF_SUBSCRIBER_DETACHMENT

INDICATION_OF_RESERVATION_EXPIRATION

public static final SpecificAction INDICATION_OF_RESERVATION_EXPIRATION
Method Detail

getValue

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

fromInt

public static SpecificAction fromInt(int type)
Return the value of this instance of this enumerated type.


toString

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


Copyright © 2012. All Rights Reserved.