public interface COBOL66Element
extends org.eclipse.emf.ecore.EObject
The following features are supported:
CobolPackage.getCOBOL66Element()| Modifier and Type | Method and Description |
|---|---|
COBOLElement |
getEnd()
Returns the value of the 'End' reference.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
COBOLElement |
getStart()
Returns the value of the 'Start' reference.
|
void |
setEnd(COBOLElement value)
Sets the value of the '
End' reference. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setStart(COBOLElement value)
Sets the value of the '
Start' reference. |
String getName()
setName(String),
CobolPackage.getCOBOL66Element_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()COBOLElement getEnd()
setEnd(COBOLElement),
CobolPackage.getCOBOL66Element_End()void setEnd(COBOLElement value)
End' reference.
value - the new value of the 'End' reference.getEnd()COBOLElement getStart()
setStart(COBOLElement),
CobolPackage.getCOBOL66Element_Start()void setStart(COBOLElement value)
Start' reference.
value - the new value of the 'Start' reference.getStart()Copyright © 2018–2020 Atlanmod. All rights reserved.