Interface SingleIndirectInfoResponse



  • public interface SingleIndirectInfoResponse
    Single response to single indirect info request.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getColumnIndex​()
      Get one-based column index of referenced cell or zero if non-structured value object is referenced.
      java.lang.String getDescription​()
      Get human readable, translatable description of referenced object.
      int getHobj​()
      Get HOBJ of referenced object.
      java.lang.String getName​()
      Get name (unique idetifier) of referenced object.
      sk.ipesoft.d2000.base.ObjectType getObjectType​()
      Get D2000 object type of referenced object.
      int getRowIndex​()
      Get one-based row index of referenced cell or zero if non-structured value object is referenced.
      int getStateTextHobj​()
      Get HOBJ of state text used to represent referenced object's value or zero if not used.
      int getStructureDefinitionHobj​()
      Get HOBJ of structure definition if referenced object's value is of Unival Record type or zero if not applicable.
      java.lang.String getTechnicalUnits​()
      Get human readable, translatable description of technical units of referenced object's value.
      int getTransformationPaletteIndex​()
      Get one-based index of transformation palette used to represent referenced object's value or zero if not used.
    • Method Detail

      • getColumnIndex

        int getColumnIndex​()
        Get one-based column index of referenced cell or zero if non-structured value object is referenced.
        Returns:
        one-based column index or zero.
      • getDescription

        java.lang.String getDescription​()
        Get human readable, translatable description of referenced object.
        Returns:
        human readable description
      • getHobj

        int getHobj​()
        Get HOBJ of referenced object.
        Returns:
        HOBJ
      • getName

        java.lang.String getName​()
        Get name (unique idetifier) of referenced object.
        Returns:
        name of referenced object
      • getObjectType

        sk.ipesoft.d2000.base.ObjectType getObjectType​()
        Get D2000 object type of referenced object.
        Returns:
        object type
      • getRowIndex

        int getRowIndex​()
        Get one-based row index of referenced cell or zero if non-structured value object is referenced.
        Returns:
        one-based row index or zero.
      • getStateTextHobj

        int getStateTextHobj​()
        Get HOBJ of state text used to represent referenced object's value or zero if not used.
        Returns:
        HOBJ of state text or zero
      • getStructureDefinitionHobj

        int getStructureDefinitionHobj​()
        Get HOBJ of structure definition if referenced object's value is of Unival Record type or zero if not applicable.
        Returns:
        HOBJ of structure definition or zero
      • getTechnicalUnits

        java.lang.String getTechnicalUnits​()
        Get human readable, translatable description of technical units of referenced object's value.
        Returns:
        technical units of object's value
      • getTransformationPaletteIndex

        int getTransformationPaletteIndex​()
        Get one-based index of transformation palette used to represent referenced object's value or zero if not used.
        Returns:
        one-based index of transformation palette or zero