KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > DynamicAny > DynUnionHelper

org.omg.DynamicAny
Class DynUnionHelper

java.lang.Object
  extended by org.omg.DynamicAny.DynUnionHelper
See Also:
Top Examples, Source Code

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


public static DynUnion 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,
                          DynUnion that)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static DynUnion narrow(Object obj)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static DynUnion 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 DynUnion unchecked_narrow(Object obj)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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

Popular Tags