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

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

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

Java class to represent the Flow Status enumerated type.

Author:
Yulian Oifa
See Also:
Serialized Form

Field Summary
static int _DISABLED
           
static int _ENABLED
           
static int _ENABLED_DOWNLINK
           
static int _ENABLED_UPLINK
           
static int _REMOVED
           
static FlowStatus DISABLED
           
static FlowStatus ENABLED
           
static FlowStatus ENABLED_DOWNLINK
           
static FlowStatus ENABLED_UPLINK
           
static FlowStatus REMOVED
           
 
Method Summary
static FlowStatus 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

_ENABLED_UPLINK

public static final int _ENABLED_UPLINK
See Also:
Constant Field Values

_ENABLED_DOWNLINK

public static final int _ENABLED_DOWNLINK
See Also:
Constant Field Values

_ENABLED

public static final int _ENABLED
See Also:
Constant Field Values

_DISABLED

public static final int _DISABLED
See Also:
Constant Field Values

_REMOVED

public static final int _REMOVED
See Also:
Constant Field Values

ENABLED_UPLINK

public static final FlowStatus ENABLED_UPLINK

ENABLED_DOWNLINK

public static final FlowStatus ENABLED_DOWNLINK

ENABLED

public static final FlowStatus ENABLED

DISABLED

public static final FlowStatus DISABLED

REMOVED

public static final FlowStatus REMOVED
Method Detail

getValue

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

fromInt

public static FlowStatus 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.