Uses of Class
EDU.bmrb.starlibj.OperationCausesMismatchedLoopData

Uses of OperationCausesMismatchedLoopData in EDU.bmrb.starlibj
 

Methods in EDU.bmrb.starlibj that throw OperationCausesMismatchedLoopData
 void LoopRowNode.removeElementAt(int index)
          Similar to the Vector method of the same name, however It will refuse to work if this row is already inside a DataLoopNode, and it will generate an exception.
 void LoopRowNode.insertElementAt(DataValueNode val, int index)
          Just like the Vector method of the same name, but It will refuse to work if this row is already inside a DataLoopNode, and it will generate an exception.
 void LoopRowNode.addElement(DataValueNode val)
          Just like the Vector method of the same name, but It will refuse to work if this row is already inside a DataLoopNode, and it will generate an exception.
 void LoopRowNode.setInnerLoop(LoopTableNode l)
          Allows the user to set the inner loop under this row.
 void LoopTableNode.setElementAt(LoopRowNode row, int index)
          Just like the Vector method of the same name, except that it throws an exception if the number of values in the row is incorrect for the number of names in the list of names in this DataLoopNode.