org.omg.CosNotifyChannelAdmin
Class ProxyType

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

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

Generated from IDL enum "ProxyType".

Version:
generated at Mar 21, 2012 11:04:31 AM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
See Also:
Serialized Form

Field Summary
static int _PULL_ANY
           
static int _PULL_SEQUENCE
           
static int _PULL_STRUCTURED
           
static int _PULL_TYPED
           
static int _PUSH_ANY
           
static int _PUSH_SEQUENCE
           
static int _PUSH_STRUCTURED
           
static int _PUSH_TYPED
           
static ProxyType PULL_ANY
           
static ProxyType PULL_SEQUENCE
           
static ProxyType PULL_STRUCTURED
           
static ProxyType PULL_TYPED
           
static ProxyType PUSH_ANY
           
static ProxyType PUSH_SEQUENCE
           
static ProxyType PUSH_STRUCTURED
           
static ProxyType PUSH_TYPED
           
 
Constructor Summary
protected ProxyType(int i)
           
 
Method Summary
static ProxyType 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

_PUSH_ANY

public static final int _PUSH_ANY
See Also:
Constant Field Values

PUSH_ANY

public static final ProxyType PUSH_ANY

_PULL_ANY

public static final int _PULL_ANY
See Also:
Constant Field Values

PULL_ANY

public static final ProxyType PULL_ANY

_PUSH_STRUCTURED

public static final int _PUSH_STRUCTURED
See Also:
Constant Field Values

PUSH_STRUCTURED

public static final ProxyType PUSH_STRUCTURED

_PULL_STRUCTURED

public static final int _PULL_STRUCTURED
See Also:
Constant Field Values

PULL_STRUCTURED

public static final ProxyType PULL_STRUCTURED

_PUSH_SEQUENCE

public static final int _PUSH_SEQUENCE
See Also:
Constant Field Values

PUSH_SEQUENCE

public static final ProxyType PUSH_SEQUENCE

_PULL_SEQUENCE

public static final int _PULL_SEQUENCE
See Also:
Constant Field Values

PULL_SEQUENCE

public static final ProxyType PULL_SEQUENCE

_PUSH_TYPED

public static final int _PUSH_TYPED
See Also:
Constant Field Values

PUSH_TYPED

public static final ProxyType PUSH_TYPED

_PULL_TYPED

public static final int _PULL_TYPED
See Also:
Constant Field Values

PULL_TYPED

public static final ProxyType PULL_TYPED
Constructor Detail

ProxyType

protected ProxyType(int i)
Method Detail

value

public int value()

from_int

public static ProxyType from_int(int value)

toString

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