com.bankframe.examples.txnhandler.connector.coboltest.parser.cobol
Class CobolCopyBook

java.lang.Object
  |
  +--com.bankframe.examples.txnhandler.connector.coboltest.parser.cobol.CobolCopyBook

public class CobolCopyBook
extends java.lang.Object

This class represent a Cobol Copy Book.


Constructor Summary
CobolCopyBook()
          CobolCopyBook constructor comment.
 
Method Summary
 void addCobolGroup(CobolGroup group)
          This method adds a Cobol Group to this CopyBook.
 java.util.Collection getCobolGroups()
          This method gets the groups which are part of this copybook
 CobolGroup getTopLevelGroup()
          This method gets the group with the lowest Cobol level number which has been added to this CopyBook.
 void outputContents(CobolGroup fromGroup)
          Insert the method's description here.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CobolCopyBook

public CobolCopyBook()
CobolCopyBook constructor comment.

Method Detail

addCobolGroup

public void addCobolGroup(CobolGroup group)
This method adds a Cobol Group to this CopyBook.

Parameters:
group - the group to add to the CopyBook.

getCobolGroups

public java.util.Collection getCobolGroups()
This method gets the groups which are part of this copybook

Returns:
a collection of CobolGroups which are part of this copybook.

getTopLevelGroup

public CobolGroup getTopLevelGroup()
This method gets the group with the lowest Cobol level number which has been added to this CopyBook.

Returns:
the toplevel CobolCopyBook.

outputContents

public void outputContents(CobolGroup fromGroup)
Insert the method's description here. Creation date: (21/06/01 17:29:51)


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005 Siebel Systems, Inc. All rights reserved.