org.omg.CosNotifyChannelAdmin
Class ClientType

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

public final class ClientType
extends Object
implements IDLEntity

Generated from IDL enum "ClientType".

Version:
generated at 03-Nov-2015 12:23:57
Author:
JacORB IDL compiler V 3.7
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)
           
 String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 JacORB. All rights reserved.