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

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

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

Java class to represent the PocSessionType enumerated type.

See Also:
Serialized Form

Field Summary
static int _AD_HOC_POC_GROUP_SESSION
           
static int _CHAT_POC_GROUP_SESSION
           
static int _ONE_TO_ONE_POC_SESSION
           
static int _PRE_ARRANGED_POC_GROUP_SESSION
           
static PocSessionType AD_HOC_POC_GROUP_SESSION
           
static PocSessionType CHAT_POC_GROUP_SESSION
           
static PocSessionType ONE_TO_ONE_POC_SESSION
           
static PocSessionType PRE_ARRANGED_POC_GROUP_SESSION
           
 
Method Summary
static PocSessionType 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

_ONE_TO_ONE_POC_SESSION

public static final int _ONE_TO_ONE_POC_SESSION
See Also:
Constant Field Values

_CHAT_POC_GROUP_SESSION

public static final int _CHAT_POC_GROUP_SESSION
See Also:
Constant Field Values

_PRE_ARRANGED_POC_GROUP_SESSION

public static final int _PRE_ARRANGED_POC_GROUP_SESSION
See Also:
Constant Field Values

_AD_HOC_POC_GROUP_SESSION

public static final int _AD_HOC_POC_GROUP_SESSION
See Also:
Constant Field Values

ONE_TO_ONE_POC_SESSION

public static final PocSessionType ONE_TO_ONE_POC_SESSION

CHAT_POC_GROUP_SESSION

public static final PocSessionType CHAT_POC_GROUP_SESSION

PRE_ARRANGED_POC_GROUP_SESSION

public static final PocSessionType PRE_ARRANGED_POC_GROUP_SESSION

AD_HOC_POC_GROUP_SESSION

public static final PocSessionType AD_HOC_POC_GROUP_SESSION
Method Detail

fromInt

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