org.omg.CosNaming.NamingContextPackage
public final class NotFoundReason extends Object implements IDLEntity
Field Summary | |
---|---|
static NotFoundReason | missing_node
Enum member missing_node |
static NotFoundReason | not_context
Enum member not_context |
static NotFoundReason | not_object
Enum member not_object |
static int | _missing_node
Enum member missing_node value |
static int | _not_context
Enum member not_context value |
static int | _not_object
Enum member not_object value |
Method Summary | |
---|---|
static NotFoundReason | from_int(int value)
Return a enum member from its value. |
Object | readResolve()
Maintains singleton property for serialized enums.
|
String | toString()
Return a string representation |
int | value()
Return the internal member value |
Parameters: value An enum value
Returns: An enum member
Returns: a string representation of the enumeration
Returns: the member value