net.java.slee.resource.diameter.ro.events.avp
Class RoleOfNode

java.lang.Object
  extended by net.java.slee.resource.diameter.ro.events.avp.RoleOfNode
All Implemented Interfaces:
java.io.Serializable, net.java.slee.resource.diameter.base.events.avp.Enumerated

public class RoleOfNode
extends java.lang.Object
implements net.java.slee.resource.diameter.base.events.avp.Enumerated, java.io.Serializable

Java class to represent the RoleOfNode enumerated type.

Author:
Alexandre Mendonca , Bartosz Baranowski
See Also:
Serialized Form

Field Summary
static int _B2BUA_ROLE
           
static int _ORIGINATING_ROLE
           
static int _PROXY_ROLE
           
static int _TERMINATING_ROLE
           
static RoleOfNode B2BUA_ROLE
          The AS is applying a B2BUA role.
static RoleOfNode ORIGINATING_ROLE
          The AS/CSCF is applying an originating role, serving the calling subscriber.
static RoleOfNode PROXY_ROLE
          The AS is applying a proxy role.
static RoleOfNode TERMINATING_ROLE
          The AS/CSCF is applying a terminating role, serving the called subscriber.
 
Method Summary
static RoleOfNode fromInt(int type)
          Return the value of this instance of this enumerated type.
 int getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_B2BUA_ROLE

public static final int _B2BUA_ROLE
See Also:
Constant Field Values

_ORIGINATING_ROLE

public static final int _ORIGINATING_ROLE
See Also:
Constant Field Values

_PROXY_ROLE

public static final int _PROXY_ROLE
See Also:
Constant Field Values

_TERMINATING_ROLE

public static final int _TERMINATING_ROLE
See Also:
Constant Field Values

B2BUA_ROLE

public static final RoleOfNode B2BUA_ROLE
The AS is applying a B2BUA role.


ORIGINATING_ROLE

public static final RoleOfNode ORIGINATING_ROLE
The AS/CSCF is applying an originating role, serving the calling subscriber.


PROXY_ROLE

public static final RoleOfNode PROXY_ROLE
The AS is applying a proxy role.


TERMINATING_ROLE

public static final RoleOfNode TERMINATING_ROLE
The AS/CSCF is applying a terminating role, serving the called subscriber.

Method Detail

fromInt

public static RoleOfNode 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.