KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CosNaming > NamingContextPackage > NotEmptyHelper

org.omg.CosNaming.NamingContextPackage
Class NotEmptyHelper

java.lang.Object
  extended by org.omg.CosNaming.NamingContextPackage.NotEmptyHelper
See Also:
Source Code

public static NotEmpty extract(Any a)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static String id()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void insert(Any a,
                          NotEmpty that)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public static NotEmpty read(InputStream istream)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static TypeCode type()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void write(OutputStream ostream,
                         NotEmpty value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags