net.java.slee.resource.diameter.gq.events.avp
Class SIPForkingIndication
java.lang.Object
net.java.slee.resource.diameter.gq.events.avp.SIPForkingIndication
- All Implemented Interfaces:
- java.io.Serializable, net.java.slee.resource.diameter.base.events.avp.Enumerated
public class SIPForkingIndication
- extends java.lang.Object
- implements java.io.Serializable, net.java.slee.resource.diameter.base.events.avp.Enumerated
Java class to represent the SIP Forking Indication 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 |
_SINGLE_DIALOGUE
public static final int _SINGLE_DIALOGUE
- See Also:
- Constant Field Values
_SEVERAL_DIALOGUES
public static final int _SEVERAL_DIALOGUES
- See Also:
- Constant Field Values
SINGLE_DIALOGUE
public static final SIPForkingIndication SINGLE_DIALOGUE
SEVERAL_DIALOGUES
public static final SIPForkingIndication SEVERAL_DIALOGUES
getValue
public int getValue()
- Specified by:
getValue in interface net.java.slee.resource.diameter.base.events.avp.Enumerated
fromInt
public static SIPForkingIndication 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.