org.csapi.cc
Class TpCallMonitorMode

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

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

Generated from IDL definition of enum "TpCallMonitorMode"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _P_CALL_MONITOR_MODE_DO_NOT_MONITOR
           
static int _P_CALL_MONITOR_MODE_INTERRUPT
           
static int _P_CALL_MONITOR_MODE_NOTIFY
           
static TpCallMonitorMode P_CALL_MONITOR_MODE_DO_NOT_MONITOR
           
static TpCallMonitorMode P_CALL_MONITOR_MODE_INTERRUPT
           
static TpCallMonitorMode P_CALL_MONITOR_MODE_NOTIFY
           
 
Constructor Summary
protected TpCallMonitorMode(int i)
           
 
Method Summary
static TpCallMonitorMode 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_CALL_MONITOR_MODE_INTERRUPT

public static final int _P_CALL_MONITOR_MODE_INTERRUPT
See Also:
Constant Field Values

P_CALL_MONITOR_MODE_INTERRUPT

public static final TpCallMonitorMode P_CALL_MONITOR_MODE_INTERRUPT

_P_CALL_MONITOR_MODE_NOTIFY

public static final int _P_CALL_MONITOR_MODE_NOTIFY
See Also:
Constant Field Values

P_CALL_MONITOR_MODE_NOTIFY

public static final TpCallMonitorMode P_CALL_MONITOR_MODE_NOTIFY

_P_CALL_MONITOR_MODE_DO_NOT_MONITOR

public static final int _P_CALL_MONITOR_MODE_DO_NOT_MONITOR
See Also:
Constant Field Values

P_CALL_MONITOR_MODE_DO_NOT_MONITOR

public static final TpCallMonitorMode P_CALL_MONITOR_MODE_DO_NOT_MONITOR
Constructor Detail

TpCallMonitorMode

protected TpCallMonitorMode(int i)
Method Detail

value

public int value()

from_int

public static TpCallMonitorMode from_int(int value)


Copyright © 2009. All Rights Reserved.