public final class ExternalEndpointRole extends java.lang.Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
static int |
_SINK |
static int |
_SOURCE |
static ExternalEndpointRole |
SINK |
static ExternalEndpointRole |
SOURCE |
Modifier | Constructor and Description |
---|---|
protected |
ExternalEndpointRole(int i) |
Modifier and Type | Method and Description |
---|---|
static ExternalEndpointRole |
from_int(int value) |
java.lang.String |
toString() |
int |
value() |
public static final int _SOURCE
public static final ExternalEndpointRole SOURCE
public static final int _SINK
public static final ExternalEndpointRole SINK
public int value()
public static ExternalEndpointRole from_int(int value)
public java.lang.String toString()
toString
in class java.lang.Object