public class NotFoundReason extends Object implements IDLEntity
| Modifier and Type | Field and Description |
|---|---|
static int |
_missing_node
The code for reason, when the node is missing.
|
static int |
_not_context
The code for reason, when the binding type is object when
it should be a context.
|
static int |
_not_object
The code for reason, when the binding type is context when
it should be an object.
|
static NotFoundReason |
missing_node
The reason, when the node is missing.
|
static NotFoundReason |
not_context
The reason, when the binding type is object when it should be
a context.
|
static NotFoundReason |
not_object
The reason, when the binding type is context when it should be
and object.
|
| Modifier | Constructor and Description |
|---|---|
protected |
NotFoundReason(int a_value) |
| Modifier and Type | Method and Description |
|---|---|
static NotFoundReason |
from_int(int value)
Get the reason object from the reason code.
|
int |
value()
Get the reason code for this reason of not finding.
|
public static final int _missing_node
public static final int _not_context
public static final int _not_object
public static final NotFoundReason missing_node
public static final NotFoundReason not_context
public static final NotFoundReason not_object
protected NotFoundReason(int a_value)
public static NotFoundReason from_int(int value)
BAD_PARAM - for unsupported code.public int value()