KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CosNaming > BindingType

org.omg.CosNaming
Class BindingType

java.lang.Object
  extended by org.omg.CosNaming.BindingType
All Implemented Interfaces:
Serializable, IDLEntity
See Also:
Top Examples, Source Code

protected BindingType(int value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static BindingType from_int(int value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final BindingType ncontext
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final BindingType nobject
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int value()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int _ncontext
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int _nobject
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags