org.omg.CosNaming
Class BindingType
java.lang.Object
|
+--org.omg.CosNaming.BindingType
- All Implemented Interfaces:
- IDLEntity, java.io.Serializable
- public final class BindingType
- extends java.lang.Object
- implements IDLEntity
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 ).
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_nobject
public static final int _nobject
nobject
public static final BindingType nobject
_ncontext
public static final int _ncontext
ncontext
public static final BindingType ncontext
value
public int value()
from_int
public static BindingType from_int(int value)