org.omg.CosNotifyChannelAdmin

Class ProxyType

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

Field Summary

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
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

Constructor Summary

ProxyType(int i)

Method Summary

static ProxyType
from_int(int value)
int
value()

Field Details

PULL_ANY

public static final ProxyType PULL_ANY


PULL_SEQUENCE

public static final ProxyType PULL_SEQUENCE


PULL_STRUCTURED

public static final ProxyType PULL_STRUCTURED


PULL_TYPED

public static final ProxyType PULL_TYPED


PUSH_ANY

public static final ProxyType PUSH_ANY


PUSH_SEQUENCE

public static final ProxyType PUSH_SEQUENCE


PUSH_STRUCTURED

public static final ProxyType PUSH_STRUCTURED


PUSH_TYPED

public static final ProxyType PUSH_TYPED


_PULL_ANY

public static final int _PULL_ANY

Field Value:
1


_PULL_SEQUENCE

public static final int _PULL_SEQUENCE

Field Value:
5


_PULL_STRUCTURED

public static final int _PULL_STRUCTURED

Field Value:
3


_PULL_TYPED

public static final int _PULL_TYPED

Field Value:
7


_PUSH_ANY

public static final int _PUSH_ANY

Field Value:
0


_PUSH_SEQUENCE

public static final int _PUSH_SEQUENCE

Field Value:
4


_PUSH_STRUCTURED

public static final int _PUSH_STRUCTURED

Field Value:
2


_PUSH_TYPED

public static final int _PUSH_TYPED

Field Value:
6

Constructor Details

ProxyType

protected ProxyType(int i)

Method Details

from_int

public static ProxyType from_int(int value)


value

public int value()