(incubating) | The Free and Open Productivity Suite
UNO Java Runtime

com.sun.star.uno
Class Union

java.lang.Object
  |
  +--com.sun.star.uno.Union

public class Union
extends java.lang.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.

Since:
UDK1.0

Field Summary
protected  java.lang.Object m_value
           
 
Constructor Summary
Union()
           
 
Method Summary
 java.lang.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 java.lang.Object m_value
Constructor Detail

Union

public Union()
Method Detail

getValue

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

Returns:
the any value.

UNO Java Runtime

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.