public interface COBOLElement
extends org.eclipse.emf.ecore.EObject
The following features are supported:
CobolPackage.getCOBOLElement()| Modifier and Type | Method and Description |
|---|---|
COBOLFixedLengthArray |
getArray()
Returns the value of the 'Array' containment reference.
|
org.eclipse.emf.common.util.EList<COBOL88Element> |
getContains()
Returns the value of the 'Contains' containment reference list.
|
COBOLComposedType |
getGroup()
Returns the value of the 'Group' container reference.
|
org.eclipse.emf.common.util.EList<COBOLElementInitialValue> |
getInitial()
Returns the value of the 'Initial' reference list.
|
String |
getLevel()
Returns the value of the 'Level' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
Boolean |
getRefined()
Returns the value of the 'Refined' attribute.
|
COBOLClassifier |
getSharedType()
Returns the value of the 'Shared Type' reference.
|
COBOLSourceText |
getSource()
Returns the value of the 'Source' reference.
|
void |
setArray(COBOLFixedLengthArray value)
Sets the value of the '
Array' containment reference. |
void |
setGroup(COBOLComposedType value)
Sets the value of the '
Group' container reference. |
void |
setLevel(String value)
Sets the value of the '
Level' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setRefined(Boolean value)
Sets the value of the '
Refined' attribute. |
void |
setSharedType(COBOLClassifier value)
Sets the value of the '
Shared Type' reference. |
void |
setSource(COBOLSourceText value)
Sets the value of the '
Source' reference. |
String getLevel()
setLevel(String),
CobolPackage.getCOBOLElement_Level()void setLevel(String value)
Level' attribute.
value - the new value of the 'Level' attribute.getLevel()Boolean getRefined()
setRefined(Boolean),
CobolPackage.getCOBOLElement_Refined()void setRefined(Boolean value)
Refined' attribute.
value - the new value of the 'Refined' attribute.getRefined()String getName()
setName(String),
CobolPackage.getCOBOLElement_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()COBOLClassifier getSharedType()
Typed Elements'.
setSharedType(COBOLClassifier),
CobolPackage.getCOBOLElement_SharedType(),
COBOLClassifier.getTypedElements()void setSharedType(COBOLClassifier value)
Shared Type' reference.
value - the new value of the 'Shared Type' reference.getSharedType()COBOLComposedType getGroup()
Elements'.
setGroup(COBOLComposedType),
CobolPackage.getCOBOLElement_Group(),
COBOLComposedType.getElements()void setGroup(COBOLComposedType value)
Group' container reference.
value - the new value of the 'Group' container reference.getGroup()org.eclipse.emf.common.util.EList<COBOLElementInitialValue> getInitial()
COBOLElementInitialValue.
CobolPackage.getCOBOLElement_Initial()org.eclipse.emf.common.util.EList<COBOL88Element> getContains()
COBOL88Element.
CobolPackage.getCOBOLElement_Contains()COBOLSourceText getSource()
setSource(COBOLSourceText),
CobolPackage.getCOBOLElement_Source()void setSource(COBOLSourceText value)
Source' reference.
value - the new value of the 'Source' reference.getSource()COBOLFixedLengthArray getArray()
setArray(COBOLFixedLengthArray),
CobolPackage.getCOBOLElement_Array()void setArray(COBOLFixedLengthArray value)
Array' containment reference.
value - the new value of the 'Array' containment reference.getArray()Copyright © 2018–2020 Atlanmod. All rights reserved.