net.java.slee.resource.diameter.ro.events.avp
Class Priority
java.lang.Object
net.java.slee.resource.diameter.ro.events.avp.Priority
- All Implemented Interfaces:
- java.io.Serializable, net.java.slee.resource.diameter.base.events.avp.Enumerated
public class Priority
- extends java.lang.Object
- implements net.java.slee.resource.diameter.base.events.avp.Enumerated, java.io.Serializable
Java class to represent the Priority enumerated type.
- Author:
- Alexandre Mendonca , Bartosz Baranowski
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_HIGH
public static final int _HIGH
- See Also:
- Constant Field Values
_LOW
public static final int _LOW
- See Also:
- Constant Field Values
_NORMAL
public static final int _NORMAL
- See Also:
- Constant Field Values
HIGH
public static final Priority HIGH
LOW
public static final Priority LOW
NORMAL
public static final Priority NORMAL
fromInt
public static Priority fromInt(int type)
- Return the value of this instance of this enumerated type.
getValue
public int getValue()
- Specified by:
getValue in interface net.java.slee.resource.diameter.base.events.avp.Enumerated
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2011. All Rights Reserved.