net.java.slee.resource.diameter.gq.events.avp
Class AbortCause
java.lang.Object
net.java.slee.resource.diameter.gq.events.avp.AbortCause
- All Implemented Interfaces:
- java.io.Serializable, net.java.slee.resource.diameter.base.events.avp.Enumerated
public class AbortCause
- extends java.lang.Object
- implements net.java.slee.resource.diameter.base.events.avp.Enumerated, java.io.Serializable
Java class to represent the Abort Cause 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 |
_BEARED_RELEASED
public static final int _BEARED_RELEASED
- See Also:
- Constant Field Values
_INSUFFICIENT_SERVER_RESOURCES
public static final int _INSUFFICIENT_SERVER_RESOURCES
- See Also:
- Constant Field Values
_INSUFFICIENT_BEARER_RESOURCES
public static final int _INSUFFICIENT_BEARER_RESOURCES
- See Also:
- Constant Field Values
BEARED_RELEASED
public static final AbortCause BEARED_RELEASED
INSUFFICIENT_SERVER_RESOURCES
public static final AbortCause INSUFFICIENT_SERVER_RESOURCES
INSUFFICIENT_BEARER_RESOURCES
public static final AbortCause INSUFFICIENT_BEARER_RESOURCES
getValue
public int getValue()
- Specified by:
getValue in interface net.java.slee.resource.diameter.base.events.avp.Enumerated
fromInt
public static AbortCause 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.