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

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

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

A representation of the model object 'Data Item Lite Partition'.

The following features are supported:

See Also:
COBOLPackage.getDataItemLitePartition()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List getGroups()
          Returns the value of the 'Groups' containment reference list.
 int getImpactSize()
          Returns the value of the 'Impact Size' attribute.
 int getNumberOfElements()
          Returns the value of the 'Number Of Elements' attribute.
 int getNumberOfGroups()
          Returns the value of the 'Number Of Groups' attribute.
 java.lang.String getPgmName()
          Returns the value of the 'Pgm Name' attribute.
 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.
 void setNumberOfGroups(int value)
          Sets the value of the 'Number Of Groups' attribute.
 void setPgmName(java.lang.String value)
          Sets the value of the 'Pgm Name' 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

getPgmName

java.lang.String getPgmName()
Returns the value of the 'Pgm Name' attribute.

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

Returns:
the value of the 'Pgm Name' attribute.
See Also:
setPgmName(String), COBOLPackage.getDataItemLitePartition_PgmName()

setPgmName

void setPgmName(java.lang.String value)
Sets the value of the 'Pgm Name' attribute.

Parameters:
value - the new value of the 'Pgm Name' attribute.
See Also:
getPgmName()

getGroups

java.util.List getGroups()
Returns the value of the 'Groups' containment reference list. The list contents are of type DataItemLiteGroup.

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

Returns:
the value of the 'Groups' containment reference list.
See Also:
COBOLPackage.getDataItemLitePartition_Groups()

getNumberOfGroups

int getNumberOfGroups()
Returns the value of the 'Number Of Groups' attribute.

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

Returns:
the value of the 'Number Of Groups' attribute.
See Also:
setNumberOfGroups(int), COBOLPackage.getDataItemLitePartition_NumberOfGroups()

setNumberOfGroups

void setNumberOfGroups(int value)
Sets the value of the 'Number Of Groups' attribute.

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

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.getDataItemLitePartition_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.getDataItemLitePartition_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()