public final class ClientType extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
static int |
_ANY_EVENT |
static int |
_SEQUENCE_EVENT |
static int |
_STRUCTURED_EVENT |
static ClientType |
ANY_EVENT |
static ClientType |
SEQUENCE_EVENT |
static ClientType |
STRUCTURED_EVENT |
Modifier | Constructor and Description |
---|---|
protected |
ClientType(int i) |
Modifier and Type | Method and Description |
---|---|
static ClientType |
from_int(int value) |
String |
toString() |
int |
value() |
public static final int _ANY_EVENT
public static final ClientType ANY_EVENT
public static final int _STRUCTURED_EVENT
public static final ClientType STRUCTURED_EVENT
public static final int _SEQUENCE_EVENT
public static final ClientType SEQUENCE_EVENT
public int value()
public static ClientType from_int(int value)
Copyright © 2016 JacORB. All rights reserved.