net.java.slee.resource.diameter.gq.events.avp
Class ReservationPriority
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_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
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.