net.java.slee.resource.diameter.ro.events.avp
Class NodeFunctionality
java.lang.Object
net.java.slee.resource.diameter.ro.events.avp.NodeFunctionality
- All Implemented Interfaces:
- java.io.Serializable, net.java.slee.resource.diameter.base.events.avp.Enumerated
public class NodeFunctionality
- extends java.lang.Object
- implements net.java.slee.resource.diameter.base.events.avp.Enumerated, java.io.Serializable
Java class to represent the NodeFunctionality 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 |
_S_CSCF
public static final int _S_CSCF
- See Also:
- Constant Field Values
_P_CSCF
public static final int _P_CSCF
- See Also:
- Constant Field Values
_I_CSCF
public static final int _I_CSCF
- See Also:
- Constant Field Values
_MRFC
public static final int _MRFC
- See Also:
- Constant Field Values
_MGCF
public static final int _MGCF
- See Also:
- Constant Field Values
_BGCF
public static final int _BGCF
- See Also:
- Constant Field Values
_AS
public static final int _AS
- See Also:
- Constant Field Values
AS
public static final NodeFunctionality AS
BGCF
public static final NodeFunctionality BGCF
I_CSCF
public static final NodeFunctionality I_CSCF
MGCF
public static final NodeFunctionality MGCF
MRFC
public static final NodeFunctionality MRFC
P_CSCF
public static final NodeFunctionality P_CSCF
S_CSCF
public static final NodeFunctionality S_CSCF
fromInt
public static NodeFunctionality 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.