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

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

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

Java class to represent the MessageType enumerated type.

Author:
Yulian Oifa
See Also:
Serialized Form

Field Summary
static int _DEFAULT
           
static int _PRIORITYFIVE
           
static int _PRIORITYFOUR
           
static int _PRIORITYONE
           
static int _PRIORITYSEVEN
           
static int _PRIORITYSIX
           
static int _PRIORITYTHREE
           
static int _PRIORITYTWO
           
static ReservationPriority DEFAULT
           
static ReservationPriority PRIORITYFIVE
           
static ReservationPriority PRIORITYFOUR
           
static ReservationPriority PRIORITYONE
           
static ReservationPriority PRIORITYSEVEN
           
static ReservationPriority PRIORITYSIX
           
static ReservationPriority PRIORITYTHREE
           
static ReservationPriority PRIORITYTWO
           
 
Method Summary
static ReservationPriority 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

_DEFAULT

public static final int _DEFAULT
See Also:
Constant Field Values

_PRIORITYONE

public static final int _PRIORITYONE
See Also:
Constant Field Values

_PRIORITYTWO

public static final int _PRIORITYTWO
See Also:
Constant Field Values

_PRIORITYTHREE

public static final int _PRIORITYTHREE
See Also:
Constant Field Values

_PRIORITYFOUR

public static final int _PRIORITYFOUR
See Also:
Constant Field Values

_PRIORITYFIVE

public static final int _PRIORITYFIVE
See Also:
Constant Field Values

_PRIORITYSIX

public static final int _PRIORITYSIX
See Also:
Constant Field Values

_PRIORITYSEVEN

public static final int _PRIORITYSEVEN
See Also:
Constant Field Values

DEFAULT

public static final ReservationPriority DEFAULT

PRIORITYONE

public static final ReservationPriority PRIORITYONE

PRIORITYTWO

public static final ReservationPriority PRIORITYTWO

PRIORITYTHREE

public static final ReservationPriority PRIORITYTHREE

PRIORITYFOUR

public static final ReservationPriority PRIORITYFOUR

PRIORITYFIVE

public static final ReservationPriority PRIORITYFIVE

PRIORITYSIX

public static final ReservationPriority PRIORITYSIX

PRIORITYSEVEN

public static final ReservationPriority PRIORITYSEVEN
Method Detail

getValue

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

fromInt

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