|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CosNaming.BindingType
The BindingType defines the possible node type. Indeed, it is possible to have two kinds of nodes into the naming graph. An object ( identify by nobject ) or a naming context ( identify by ncontext ).
Field Summary | |
static int |
_ncontext
Enum member ncontext value |
static int |
_nobject
Enum member nobject value |
static BindingType |
ncontext
Enum member ncontext |
static BindingType |
nobject
Enum member nobject |
Method Summary | |
static BindingType |
from_int(int value)
Return a enum member from its value |
java.lang.Object |
readResolve()
Maintains singleton property for serialized enums. |
java.lang.String |
toString()
Return a string representation |
int |
value()
Return the internal member value |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int _nobject
public static final BindingType nobject
public static final int _ncontext
public static final BindingType ncontext
Method Detail |
public java.lang.Object readResolve() throws java.io.ObjectStreamException
public int value()
public static BindingType from_int(int value)
an
- enum valuepublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |