org.omg.CosNaming
Class BindingType

java.lang.Object
  extended by org.omg.CosNaming.BindingType
All Implemented Interfaces:
Serializable, IDLEntity

public final class BindingType
extends Object
implements IDLEntity

Generated from IDL enum "BindingType".

Version:
generated at Sep 22, 2012 10:57:17 AM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
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)
           
 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 String toString()
Overrides:
toString in class Object


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.