Interface INativeObject

    • Method Detail

      • getValue

        java.lang.Object getValue()
        A Java side representation from the memory.
        Returns:
        A Java side representation for the INativeObject.
      • setValue

        void setValue​(java.lang.Object value)
        Assign (and marshall to memory) the Java side representation.
        Parameters:
        value - The new Java value.