Interface IComFrec

  • All Superinterfaces:
    com4j.Com4jObject

    public interface IComFrec
    extends com4j.Com4jObject
    For HP use. IComFrec Interface.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addItem​(java.lang.String attrName, java.lang.String value)
      Method AddItem.
      java.lang.String attributeName​(int position)
      Property AttributeName.
      void attributeName​(int position, java.lang.String pVal)
      Property AttributeName.
      int attributePosition​(java.lang.String attributeName)
      Gets the position of a specified attribute.
      java.lang.String buffer()
      Property Buffer.
      void clearItemList()
      Removes all items from the list.
      boolean isAttribute​(java.lang.String attributeName)
      Property IsAttribute.
      int numberOfAttributes()
      Property NumberOfAttributes.
      void open​(java.lang.String newData)
      Method Open.
      boolean readRecord()
      Reads the next Record.
      java.lang.String recordString()
      Property RecordString.
      void removeItem​(java.lang.String attributeName)
      Method RemoveItem - be aware Remove Item changes the positions of the items - the index starts with 0.
      void removeItemPos​(int itemPos)
      Method RemoveItemPos.
      java.lang.String value​(java.lang.String atributeName)
      Property Value.
      void value​(java.lang.String atributeName, java.lang.String pVal)
      Property Value.
      java.lang.String valuePos​(int pos)
      Property ValuePos , get set the value at specified position in the list.
      void valuePos​(int pos, java.lang.String pVal)
      Property ValuePos , get set the value at specified position in the list.
      void writeRecord()
      Writes the Record.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • open

        void open​(java.lang.String newData)

        Method Open.

        Parameters:
        newData - Mandatory java.lang.String parameter.
      • writeRecord

        void writeRecord()

        Writes the Record. The Attribute list is ready for new input.

      • readRecord

        boolean readRecord()

        Reads the next Record.

        Getter method for the COM property "ReadRecord"

        Returns:
        Returns a value of type boolean
      • recordString

        java.lang.String recordString()

        Property RecordString.

        Getter method for the COM property "RecordString"

        Returns:
        Returns a value of type java.lang.String
      • buffer

        java.lang.String buffer()

        Property Buffer.

        Getter method for the COM property "Buffer"

        Returns:
        Returns a value of type java.lang.String
      • value

        java.lang.String value​(java.lang.String atributeName)

        Property Value.

        Getter method for the COM property "Value"

        Parameters:
        atributeName - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type java.lang.String
      • value

        void value​(java.lang.String atributeName,
                   java.lang.String pVal)

        Property Value.

        Setter method for the COM property "Value"

        Parameters:
        atributeName - Mandatory java.lang.String parameter.
        pVal - Mandatory java.lang.String parameter.
      • addItem

        void addItem​(java.lang.String attrName,
                     java.lang.String value)

        Method AddItem.

        Parameters:
        attrName - Mandatory java.lang.String parameter.
        value - Mandatory java.lang.String parameter.
      • valuePos

        java.lang.String valuePos​(int pos)

        Property ValuePos , get set the value at specified position in the list.

        Getter method for the COM property "ValuePos"

        Parameters:
        pos - Mandatory int parameter.
        Returns:
        Returns a value of type java.lang.String
      • valuePos

        void valuePos​(int pos,
                      java.lang.String pVal)

        Property ValuePos , get set the value at specified position in the list.

        Setter method for the COM property "ValuePos"

        Parameters:
        pos - Mandatory int parameter.
        pVal - Mandatory java.lang.String parameter.
      • isAttribute

        boolean isAttribute​(java.lang.String attributeName)

        Property IsAttribute.

        Getter method for the COM property "IsAttribute"

        Parameters:
        attributeName - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type boolean
      • numberOfAttributes

        int numberOfAttributes()

        Property NumberOfAttributes.

        Getter method for the COM property "NumberOfAttributes"

        Returns:
        Returns a value of type int
      • attributeName

        java.lang.String attributeName​(int position)

        Property AttributeName.

        Getter method for the COM property "AttributeName"

        Parameters:
        position - Mandatory int parameter.
        Returns:
        Returns a value of type java.lang.String
      • attributeName

        void attributeName​(int position,
                           java.lang.String pVal)

        Property AttributeName.

        Setter method for the COM property "AttributeName"

        Parameters:
        position - Mandatory int parameter.
        pVal - Mandatory java.lang.String parameter.
      • attributePosition

        int attributePosition​(java.lang.String attributeName)

        Gets the position of a specified attribute.

        Getter method for the COM property "AttributePosition"

        Parameters:
        attributeName - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type int
      • removeItem

        void removeItem​(java.lang.String attributeName)

        Method RemoveItem - be aware Remove Item changes the positions of the items - the index starts with 0.

        Parameters:
        attributeName - Mandatory java.lang.String parameter.
      • removeItemPos

        void removeItemPos​(int itemPos)

        Method RemoveItemPos.

        Parameters:
        itemPos - Mandatory int parameter.
      • clearItemList

        void clearItemList()

        Removes all items from the list.