org.omg.CosNaming
Class BindingType

java.lang.Object
  extended byorg.omg.CosNaming.BindingType
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class BindingType
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of enum "BindingType"

Author:
JacORB IDL compiler
See Also:
Serialized Form

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

Field Detail

_nobject

public static final int _nobject
See Also:
Constant Field Values

nobject

public static final BindingType nobject

_ncontext

public static final int _ncontext
See Also:
Constant Field Values

ncontext

public static final BindingType ncontext
Constructor Detail

BindingType

protected BindingType(int i)
Method Detail

value

public int value()

from_int

public static BindingType from_int(int value)

toString

public java.lang.String toString()