|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface DataItemLite
A representation of the model object 'Data Item Lite'.
The following features are supported:
COBOLPackage.getDataItemLite()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
java.lang.String |
getCopyBookName()
Returns the value of the 'Copy Book Name' attribute. |
AbstractDataItem |
getDataItem()
Returns the value of the 'Data Item' reference. |
int |
getImpactSize()
Returns the value of the 'Impact Size' attribute. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
java.lang.String |
getPgmName()
Returns the value of the 'Pgm Name' attribute. |
java.lang.String |
getPic()
Returns the value of the 'Pic' attribute. |
java.util.List |
getRelevantCode()
Returns the value of the 'Relevant Code' containment reference list. |
int |
getSize()
Returns the value of the 'Size' attribute. |
boolean |
isPacked()
Returns the value of the 'Packed' attribute. |
void |
setCopyBookName(java.lang.String value)
Sets the value of the ' Copy Book Name' attribute. |
void |
setDataItem(AbstractDataItem value)
Sets the value of the ' Data Item' reference. |
void |
setImpactSize(int value)
Sets the value of the ' Impact Size' attribute. |
void |
setName(java.lang.String value)
Sets the value of the ' Name' attribute. |
void |
setPacked(boolean value)
Sets the value of the ' Packed' attribute. |
void |
setPgmName(java.lang.String value)
Sets the value of the ' Pgm Name' attribute. |
void |
setPic(java.lang.String value)
Sets the value of the ' Pic' attribute. |
void |
setSize(int value)
Sets the value of the ' Size' attribute. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.LiteNode |
|---|
getSourceLoc, setSourceLoc |
| 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 |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
COBOLPackage.getDataItemLite_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()java.lang.String getPgmName()
If the meaning of the 'Pgm Name' attribute isn't clear, there really should be more of a description here...
setPgmName(String),
COBOLPackage.getDataItemLite_PgmName()void setPgmName(java.lang.String value)
Pgm Name' attribute.
value - the new value of the 'Pgm Name' attribute.getPgmName()java.lang.String getCopyBookName()
If the meaning of the 'Copy Book Name' attribute isn't clear, there really should be more of a description here...
setCopyBookName(String),
COBOLPackage.getDataItemLite_CopyBookName()void setCopyBookName(java.lang.String value)
Copy Book Name' attribute.
value - the new value of the 'Copy Book Name' attribute.getCopyBookName()int getSize()
If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...
setSize(int),
COBOLPackage.getDataItemLite_Size()void setSize(int value)
Size' attribute.
value - the new value of the 'Size' attribute.getSize()java.lang.String getPic()
If the meaning of the 'Pic' attribute isn't clear, there really should be more of a description here...
setPic(String),
COBOLPackage.getDataItemLite_Pic()void setPic(java.lang.String value)
Pic' attribute.
value - the new value of the 'Pic' attribute.getPic()boolean isPacked()
If the meaning of the 'Packed' attribute isn't clear, there really should be more of a description here...
setPacked(boolean),
COBOLPackage.getDataItemLite_Packed()void setPacked(boolean value)
Packed' attribute.
value - the new value of the 'Packed' attribute.isPacked()AbstractDataItem getDataItem()
If the meaning of the 'Data Item' reference isn't clear, there really should be more of a description here...
setDataItem(AbstractDataItem),
COBOLPackage.getDataItemLite_DataItem()void setDataItem(AbstractDataItem value)
Data Item' reference.
value - the new value of the 'Data Item' reference.getDataItem()java.util.List getRelevantCode()
ASTNodeLite.
If the meaning of the 'Relevant Code' containment reference list isn't clear, there really should be more of a description here...
COBOLPackage.getDataItemLite_RelevantCode()int getImpactSize()
If the meaning of the 'Impact Size' attribute isn't clear, there really should be more of a description here...
setImpactSize(int),
COBOLPackage.getDataItemLite_ImpactSize()void setImpactSize(int value)
Impact Size' attribute.
value - the new value of the 'Impact Size' attribute.getImpactSize()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||