org.csapi.cs
Class TpSessionEndedCause

java.lang.Object
  extended by org.csapi.cs.TpSessionEndedCause
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class TpSessionEndedCause
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Generated from IDL definition of enum "TpSessionEndedCause"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _P_CHS_CAUSE_TIMER_EXPIRED
           
static int _P_CHS_CAUSE_UNDEFINED
           
static TpSessionEndedCause P_CHS_CAUSE_TIMER_EXPIRED
           
static TpSessionEndedCause P_CHS_CAUSE_UNDEFINED
           
 
Constructor Summary
protected TpSessionEndedCause(int i)
           
 
Method Summary
static TpSessionEndedCause from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_P_CHS_CAUSE_UNDEFINED

public static final int _P_CHS_CAUSE_UNDEFINED
See Also:
Constant Field Values

P_CHS_CAUSE_UNDEFINED

public static final TpSessionEndedCause P_CHS_CAUSE_UNDEFINED

_P_CHS_CAUSE_TIMER_EXPIRED

public static final int _P_CHS_CAUSE_TIMER_EXPIRED
See Also:
Constant Field Values

P_CHS_CAUSE_TIMER_EXPIRED

public static final TpSessionEndedCause P_CHS_CAUSE_TIMER_EXPIRED
Constructor Detail

TpSessionEndedCause

protected TpSessionEndedCause(int i)
Method Detail

value

public int value()

from_int

public static TpSessionEndedCause from_int(int value)


Copyright © 2008. All Rights Reserved.