org.omg.CosNotifyChannelAdmin
Class ClientType

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

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

Generated from IDL definition of enum "ClientType"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _ANY_EVENT
           
static int _SEQUENCE_EVENT
           
static int _STRUCTURED_EVENT
           
static ClientType ANY_EVENT
           
static ClientType SEQUENCE_EVENT
           
static ClientType STRUCTURED_EVENT
           
 
Constructor Summary
protected ClientType(int i)
           
 
Method Summary
static ClientType 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

_ANY_EVENT

public static final int _ANY_EVENT
See Also:
Constant Field Values

ANY_EVENT

public static final ClientType ANY_EVENT

_STRUCTURED_EVENT

public static final int _STRUCTURED_EVENT
See Also:
Constant Field Values

STRUCTURED_EVENT

public static final ClientType STRUCTURED_EVENT

_SEQUENCE_EVENT

public static final int _SEQUENCE_EVENT
See Also:
Constant Field Values

SEQUENCE_EVENT

public static final ClientType SEQUENCE_EVENT
Constructor Detail

ClientType

protected ClientType(int i)
Method Detail

value

public int value()

from_int

public static ClientType from_int(int value)