Class UnivalObjectReferenceFactory



  • public class UnivalObjectReferenceFactory
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static sk.ipesoft.d2000.base.UnivalObjectReference create​(sk.ipesoft.d2000.base.UnivalValue<?> value, int hobj, int rowIndex, int columnIndex)
      Create new instance of D2000 object reference.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UnivalObjectReferenceFactory

        public UnivalObjectReferenceFactory​()
    • Method Detail

      • create

        public static sk.ipesoft.d2000.base.UnivalObjectReference create​(sk.ipesoft.d2000.base.UnivalValue<?> value,
                                                                         int hobj,
                                                                         int rowIndex,
                                                                         int columnIndex)
        Create new instance of D2000 object reference.
        Parameters:
        value - current value of D2000 object
        hobj - HOBJ of the object
        rowIndex - one-based row index in case of reference to the cell of structured value or zero
        columnIndex - one-based column index in case of reference to the cell of structured value or zero
        Returns:
        new instance