com.sun.star.uno

Class 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

Method Summary

Object
getValue()
Get the value in the union.

Field Details

m_value

protected Object m_value

Method Details

getValue

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

Returns:
the any value.