Skip navigation links
com.sun.star.uno

Class Union

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      protected java.lang.Object m_value 
    • Constructor Summary

      Constructors 
      Constructor and Description
      Union() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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.