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

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

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

Java class to represent the Latching Indication enumerated type.

Author:
Yulian Oifa
See Also:
Serialized Form

Field Summary
static int _LATCH
           
static int _RELATCH
           
static LatchingIndication LATCH
           
static LatchingIndication RELATCH
           
 
Method Summary
static LatchingIndication 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

_LATCH

public static final int _LATCH
See Also:
Constant Field Values

_RELATCH

public static final int _RELATCH
See Also:
Constant Field Values

LATCH

public static final LatchingIndication LATCH

RELATCH

public static final LatchingIndication RELATCH
Method Detail

getValue

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

fromInt

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