public final class NotFoundReason extends java.lang.Object implements IDLEntity
| Modifier and Type | Field and Description |
|---|---|
static int |
_missing_node |
static int |
_not_context |
static int |
_not_object |
static NotFoundReason |
missing_node |
static NotFoundReason |
not_context |
static NotFoundReason |
not_object |
| Modifier | Constructor and Description |
|---|---|
protected |
NotFoundReason(int i) |
| Modifier and Type | Method and Description |
|---|---|
static NotFoundReason |
from_int(int value) |
java.lang.String |
toString() |
int |
value() |
public static final int _missing_node
public static final NotFoundReason missing_node
public static final int _not_context
public static final NotFoundReason not_context
public static final int _not_object
public static final NotFoundReason not_object
public int value()
public static NotFoundReason from_int(int value)
public java.lang.String toString()
toString in class java.lang.Object