public final class ProxyType extends java.lang.Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
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 |
Modifier | Constructor and Description |
---|---|
protected |
ProxyType(int i) |
public static final int _PUSH_ANY
public static final ProxyType PUSH_ANY
public static final int _PULL_ANY
public static final ProxyType PULL_ANY
public static final int _PUSH_STRUCTURED
public static final ProxyType PUSH_STRUCTURED
public static final int _PULL_STRUCTURED
public static final ProxyType PULL_STRUCTURED
public static final int _PUSH_SEQUENCE
public static final ProxyType PUSH_SEQUENCE
public static final int _PULL_SEQUENCE
public static final ProxyType PULL_SEQUENCE
public static final int _PUSH_TYPED
public static final ProxyType PUSH_TYPED
public static final int _PULL_TYPED
public static final ProxyType PULL_TYPED
public int value()
public static ProxyType from_int(int value)
public java.lang.String toString()
toString
in class java.lang.Object