Uses of Class
com.bankframe.examples.txnhandler.connector.coboltest.parser.cobol.CobolGroup

Packages that use CobolGroup
com.bankframe.examples.txnhandler.connector.coboltest.parser.cobol   
 

Uses of CobolGroup in com.bankframe.examples.txnhandler.connector.coboltest.parser.cobol
 

Methods in com.bankframe.examples.txnhandler.connector.coboltest.parser.cobol that return CobolGroup
 CobolGroup CobolCopyBook.getTopLevelGroup()
          This method gets the group with the lowest Cobol level number which has been added to this CopyBook.
 

Methods in com.bankframe.examples.txnhandler.connector.coboltest.parser.cobol with parameters of type CobolGroup
 void CobolCopyBook.addCobolGroup(CobolGroup group)
          This method adds a Cobol Group to this CopyBook.
 void CobolGroup.addGroup(CobolGroup group)
          This method adds a Cobol group to this CobolGroup.
 void CobolCopyBook.outputContents(CobolGroup fromGroup)
          Insert the method's description here.
 void CobolElementryDataItem.setParent(CobolGroup parentGroup)
          This method set the reference to the COBOL group which is the parent of this item.
 void CobolGroup.setParentGroup(CobolGroup parentGroup)
          This method set the Parent group of this group
 

Constructors in com.bankframe.examples.txnhandler.connector.coboltest.parser.cobol with parameters of type CobolGroup
CobolGroup(short level, String name, CobolGroup parentGroup)
          CobolGroup constructor
 



Copyright © 2005, 2007, Oracle. All rights reserved.