com.ibm.broker.config.appdev.nodes

Class MQGetNode.ParserXmlnscOpaqueElementsTable

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    MQGetNode


    public class MQGetNode.ParserXmlnscOpaqueElementsTable
    extends NodePropertyTable
    ParserXmlnscOpaqueElementsTable instance contains OpaqueElementsRow rows
     Table name = Opaque elements
     Row names = OpaqueElements
     
    See Also:
    Serialized Form
    • Method Detail

      • createRow

        public MQGetNode.OpaqueElementsRow createRow()
        Description copied from class: NodePropertyTable
        Use to create a new row for this table. Once created you can add and remove this row to the table
        Returns:
        NodePropertyRow
      • addRow

        public void addRow(MQGetNode.OpaqueElementsRow row)
        Adds a OpaqueElementsRow to the table
        Parameters:
        row - OpaqueElementsRow ; the row to add to the table
      • removeRow

        public void removeRow(MQGetNode.OpaqueElementsRow row)
        Remove a OpaqueElementsRow from the table
        Parameters:
        row - OpaqueElementsRow ; the row to remove from the table