org.omg.CosNotifyChannelAdmin
Class ObtainInfoMode

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

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

Generated from IDL enum "ObtainInfoMode".

Version:
generated at Sep 14, 2010 11:02:18 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
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)
           
 java.lang.String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object