Deprecated API


Contents
Deprecated Interfaces
com.ibm.etools.cobol.application.model.cobol.AddressingItem
          Use PointerItem, ProcPtrItem, or FuncPtrItem.  
com.ibm.etools.cobol.application.model.cobol.SetPointersToAddressStmt
          Use SetPointersToPointerStmt.

The following features are supported:

 
com.ibm.etools.cobol.application.model.cobol.SetProcPointersStmt
          Use SetPointersStmt

The following features are supported:

 
com.ibm.etools.cobol.application.model.cobol.SetProcPointersToEntryStmt
          Use SetPointersToEntryStmt.

The following features are supported:

 
com.ibm.etools.cobol.application.model.cobol.SetProcPointersToNullStmt
          Use SetPointersToNullStmt.  
com.ibm.etools.cobol.application.model.cobol.SetProcPointersToPointerStmt
          Use SetPointersToPointerStmt.

The following features are supported:

 
com.ibm.etools.cobol.application.model.cobol.SetProcPointersToProcPointerStmt
          Use SetPointersToPointerStmt.

The following features are supported:

 
 

Deprecated Methods
com.ibm.etools.cobol.application.model.cobol.RelativeFileControlEntry.getAccessMode()
          Use FileControlEntry.getFileAccessModeClause() instead.  
com.ibm.etools.cobol.application.model.cobol.IndexedFileControlEntry.getAccessMode()
          Use FileControlEntry.getFileAccessModeClause() instead.  
com.ibm.etools.cobol.application.model.cobol.FileControlEntry.getAssignTo()
          Use getAssignmentNames() instead.  
com.ibm.etools.cobol.application.model.cobol.FileControlEntry.getAssignUsing()
          Use getAssignmentNames() instead.  
com.ibm.etools.cobol.application.model.cobol.NumericEditedItem.getCurrencySign()
          Use SpecialNamesParagraph.getCurrencySignClauses().

 
com.ibm.etools.cobol.application.model.cobol.SpecialNamesParagraph.getCurrencySignClause()
          Use getCurrencySignClauses() instead.

 
com.ibm.etools.cobol.application.model.cobol.NumericItem.getCurrencySymbol()
          Use SpecialNamesParagraph.getCurrencySignClauses().

 
com.ibm.etools.cobol.application.model.cobol.DataSubscript.getDataItem()
          Use DataSubscript.getDataRef().

 
com.ibm.etools.cobol.application.model.cobol.ExprSignCond.getDataRef()
          Use ExprSignCond.getOperand().

 
com.ibm.etools.cobol.application.model.cobol.FileDescriptionEntry.getLinage()
          Use getLinageClause() instead.  
com.ibm.etools.cobol.application.model.cobol.NumericItem.getNumproc()
          This method was superfluous.

 
com.ibm.etools.cobol.application.model.cobol.ProcedureDivision.getSections()
          Use getContent() instead.  
com.ibm.etools.cobol.application.model.cobol.Declaratives.getSections()
          Use Declaratives.getContent().

 
com.ibm.etools.cobol.application.model.cobol.NumericItem.getTrunc()
          This method was superfluous.

 
com.ibm.etools.cobol.application.model.cobol.ElementaryDataItem.getUsage()
          Use getUsageClause() instead.

 
com.ibm.etools.cobol.application.model.cobol.Level88Item.getValueRanges()
          Use getValues() instead.

 
com.ibm.etools.cobol.application.model.cobol.FileControlEntry.isAutomaticLockMode()
          This was a superfluous method.

 
com.ibm.etools.cobol.application.model.cobol.NumericItem.isDecimal()
          This method was superfluous.

 
com.ibm.etools.cobol.application.model.cobol.NumericEditedItem.isDecimal()
          This method was superfluous.

 
com.ibm.etools.cobol.application.model.cobol.FileControlEntry.isWithLockOnRecord()
          This was a superfluous method.

 
com.ibm.etools.cobol.application.model.cobol.RelativeFileControlEntry.setAccessMode(FileAccessMode)
          Use FileControlEntry.setFileAccessModeClause() instead.  
com.ibm.etools.cobol.application.model.cobol.IndexedFileControlEntry.setAccessMode(FileAccessMode)
          Use FileControlEntry.setFileAccessModeClause() instead.  
com.ibm.etools.cobol.application.model.cobol.FileControlEntry.setAutomaticLockMode(boolean)
          This was a superfluous method.  
com.ibm.etools.cobol.application.model.cobol.NumericEditedItem.setCurrencySign(String)
          Use SpecialNamesParagraph.getCurrencySignClauses().  
com.ibm.etools.cobol.application.model.cobol.SpecialNamesParagraph.setCurrencySignClause(CurrencySignClause)
          Use getCurrencySignClauses() instead.  
com.ibm.etools.cobol.application.model.cobol.NumericItem.setCurrencySymbol(String)
          Use SpecialNamesParagraph.getCurrencySignClauses().  
com.ibm.etools.cobol.application.model.cobol.DataSubscript.setDataItem(AbstractDataItem)
          Use DataSubscript.setDataRef(DataRef).  
com.ibm.etools.cobol.application.model.cobol.ExprSignCond.setDataRef(DataRef)
          Use ExprSignCond.setOperand(Expr).  
com.ibm.etools.cobol.application.model.cobol.NumericItem.setDecimal(boolean)
          This method was superfluous.  
com.ibm.etools.cobol.application.model.cobol.NumericEditedItem.setDecimal(boolean)
          This method was superfluous.  
com.ibm.etools.cobol.application.model.cobol.NumericItem.setNumproc(String)
          This method was superfluous.  
com.ibm.etools.cobol.application.model.cobol.NumericItem.setTrunc(String)
          This method was superfluous.  
com.ibm.etools.cobol.application.model.cobol.ElementaryDataItem.setUsage(UsageValues)
          Use setUsageClause(UsageClause) instead.  
com.ibm.etools.cobol.application.model.cobol.FileControlEntry.setWithLockOnRecord(boolean)
          This was a superfluous method.