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

Field Summary
static int _ncontext
           
static int _nobject
           
static BindingType ncontext
           
static BindingType nobject
           
 
Method Summary
static BindingType from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_nobject

public static final int _nobject

nobject

public static final BindingType nobject

_ncontext

public static final int _ncontext

ncontext

public static final BindingType ncontext
Method Detail

value

public int value()

from_int

public static BindingType from_int(int value)