org.omg.CosNotifyChannelAdmin
Class ObtainInfoMode

java.lang.Object
  extended byorg.omg.CosNotifyChannelAdmin.ObtainInfoMode
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class ObtainInfoMode
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of enum "ObtainInfoMode"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _ALL_NOW_UPDATES_OFF
           
static int _ALL_NOW_UPDATES_ON
           
static int _NONE_NOW_UPDATES_OFF
           
static int _NONE_NOW_UPDATES_ON
           
static ObtainInfoMode ALL_NOW_UPDATES_OFF
           
static ObtainInfoMode ALL_NOW_UPDATES_ON
           
static ObtainInfoMode NONE_NOW_UPDATES_OFF
           
static ObtainInfoMode NONE_NOW_UPDATES_ON
           
 
Constructor Summary
protected ObtainInfoMode(int i)
           
 
Method Summary
static ObtainInfoMode 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

_ALL_NOW_UPDATES_OFF

public static final int _ALL_NOW_UPDATES_OFF
See Also:
Constant Field Values

ALL_NOW_UPDATES_OFF

public static final ObtainInfoMode ALL_NOW_UPDATES_OFF

_ALL_NOW_UPDATES_ON

public static final int _ALL_NOW_UPDATES_ON
See Also:
Constant Field Values

ALL_NOW_UPDATES_ON

public static final ObtainInfoMode ALL_NOW_UPDATES_ON

_NONE_NOW_UPDATES_OFF

public static final int _NONE_NOW_UPDATES_OFF
See Also:
Constant Field Values

NONE_NOW_UPDATES_OFF

public static final ObtainInfoMode NONE_NOW_UPDATES_OFF

_NONE_NOW_UPDATES_ON

public static final int _NONE_NOW_UPDATES_ON
See Also:
Constant Field Values

NONE_NOW_UPDATES_ON

public static final ObtainInfoMode NONE_NOW_UPDATES_ON
Constructor Detail

ObtainInfoMode

protected ObtainInfoMode(int i)
Method Detail

value

public int value()

from_int

public static ObtainInfoMode from_int(int value)