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

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

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

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

The following features are supported:

See Also:
COBOLPackage.getDataItemLiteGroup()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List getElements()
          Returns the value of the 'Elements' containment reference list.
 int getImpactSize()
          Returns the value of the 'Impact Size' attribute.
 int getMaxSize()
          Returns the value of the 'Max Size' attribute.
 int getMinSize()
          Returns the value of the 'Min Size' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 int getNumberOfElements()
          Returns the value of the 'Number Of Elements' attribute.
 void setImpactSize(int value)
          Sets the value of the 'Impact Size' attribute.
 void setMaxSize(int value)
          Sets the value of the 'Max Size' attribute.
 void setMinSize(int value)
          Sets the value of the 'Min Size' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' 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

getName

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

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), COBOLPackage.getDataItemLiteGroup_Name()

setName

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

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

getElements

java.util.List getElements()
Returns the value of the 'Elements' containment reference list. The list contents are of type DataItemLite.

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

Returns:
the value of the 'Elements' containment reference list.
See Also:
COBOLPackage.getDataItemLiteGroup_Elements()

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

getMinSize

int getMinSize()
Returns the value of the 'Min Size' attribute.

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

Returns:
the value of the 'Min Size' attribute.
See Also:
setMinSize(int), COBOLPackage.getDataItemLiteGroup_MinSize()

setMinSize

void setMinSize(int value)
Sets the value of the 'Min Size' attribute.

Parameters:
value - the new value of the 'Min Size' attribute.
See Also:
getMinSize()

getMaxSize

int getMaxSize()
Returns the value of the 'Max Size' attribute.

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

Returns:
the value of the 'Max Size' attribute.
See Also:
setMaxSize(int), COBOLPackage.getDataItemLiteGroup_MaxSize()

setMaxSize

void setMaxSize(int value)
Sets the value of the 'Max Size' attribute.

Parameters:
value - the new value of the 'Max Size' attribute.
See Also:
getMaxSize()

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