com.ibm.etools.cobol.application.model.cobol
Interface ImpactReport

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ImpactReportImpl

public interface ImpactReport
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Impact Report'.

The following features are supported:

See Also:
COBOLPackage.getImpactReport()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 int getImpactSize()
          Returns the value of the 'Impact Size' attribute.
 int getNumberOfElements()
          Returns the value of the 'Number Of Elements' attribute.
 java.util.List getReportList()
          Returns the value of the 'Report List' containment reference list.
 void setImpactSize(int value)
          Sets the value of the 'Impact Size' attribute.
 void setNumberOfElements(int value)
          Sets the value of the 'Number Of Elements' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getReportList

java.util.List getReportList()
Returns the value of the 'Report List' containment reference list. The list contents are of type DataItemLitePartition.

If the meaning of the 'Report List' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Report List' containment reference list.
See Also:
COBOLPackage.getImpactReport_ReportList()

getNumberOfElements

int getNumberOfElements()
Returns the value of the 'Number Of Elements' attribute.

If the meaning of the 'Number Of Elements' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Number Of Elements' attribute.
See Also:
setNumberOfElements(int), COBOLPackage.getImpactReport_NumberOfElements()

setNumberOfElements

void setNumberOfElements(int value)
Sets the value of the 'Number Of Elements' attribute.

Parameters:
value - the new value of the 'Number Of Elements' attribute.
See Also:
getNumberOfElements()

getImpactSize

int getImpactSize()
Returns the value of the 'Impact Size' attribute.

If the meaning of the 'Impact Size' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Impact Size' attribute.
See Also:
setImpactSize(int), COBOLPackage.getImpactReport_ImpactSize()

setImpactSize

void setImpactSize(int value)
Sets the value of the 'Impact Size' attribute.

Parameters:
value - the new value of the 'Impact Size' attribute.
See Also:
getImpactSize()