com.sun.star.uno
クラス Union
java.lang.Object
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.
- 導入されたバージョン:
- UDK1.0
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_value
protected Object m_value
Union
public Union()
getValue
public final Object getValue()
- Get the value in the union.
The representation of the value is an any.
- 戻り値:
- the any value.