net.java.slee.resource.diameter.ro.events.avp
Class PocServerRole
java.lang.Object
net.java.slee.resource.diameter.ro.events.avp.PocServerRole
- All Implemented Interfaces:
- java.io.Serializable, net.java.slee.resource.diameter.base.events.avp.Enumerated
public class PocServerRole
- extends java.lang.Object
- implements net.java.slee.resource.diameter.base.events.avp.Enumerated, java.io.Serializable
Java class to represent the PocServerRole 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 |
_CONTROLLING_POC_SERVER
public static final int _CONTROLLING_POC_SERVER
- See Also:
- Constant Field Values
_PARTICIPATING_POC_SERVER
public static final int _PARTICIPATING_POC_SERVER
- See Also:
- Constant Field Values
CONTROLLING_POC_SERVER
public static final PocServerRole CONTROLLING_POC_SERVER
PARTICIPATING_POC_SERVER
public static final PocServerRole PARTICIPATING_POC_SERVER
fromInt
public static PocServerRole 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.