org.omg.CosNotifyChannelAdmin
Class ProxyType
java.lang.Object
org.omg.CosNotifyChannelAdmin.ProxyType
- All Implemented Interfaces:
- IDLEntity, java.io.Serializable
- public final class ProxyType
- extends java.lang.Object
- implements IDLEntity
Generated from IDL definition of enum "ProxyType"
- Author:
- JacORB IDL compiler
- See Also:
- Serialized Form
Constructor Summary |
protected |
ProxyType(int i)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_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
ProxyType
protected ProxyType(int i)
value
public int value()
from_int
public static ProxyType from_int(int value)