|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.slee.resource.diameter.ro.events.avp.RoleOfNode
public class RoleOfNode
Java class to represent the RoleOfNode enumerated type.
| 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 |
|---|
public static final int _B2BUA_ROLE
public static final int _ORIGINATING_ROLE
public static final int _PROXY_ROLE
public static final int _TERMINATING_ROLE
public static final RoleOfNode B2BUA_ROLE
public static final RoleOfNode ORIGINATING_ROLE
public static final RoleOfNode PROXY_ROLE
public static final RoleOfNode TERMINATING_ROLE
| Method Detail |
|---|
public static RoleOfNode fromInt(int type)
public int getValue()
getValue in interface net.java.slee.resource.diameter.base.events.avp.Enumeratedpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||