Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous

Union (Java UNO Runtime Reference)
UDK 3.2.7 Java API Reference

com.sun.star.uno
Class Union

java.lang.Object
  extended by com.sun.star.uno.Union

public class Union
extends Object

The Union class is the base class for all classes generated as java binding for the IDL type union.

Note: The idl type union is currently not fully integrated into the UNO framework, so don't use it.


Field Summary
protected  Object m_value
           
 
Constructor Summary
Union()
           
 
Method Summary
 Object getValue()
          Get the value in the union.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_value

protected Object m_value
Constructor Detail

Union

public Union()
Method Detail

getValue

public final Object getValue()
Get the value in the union. The representation of the value is an any.

Returns:
the any value.

UDK 3.2.7 Java API Reference

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.