public interface COBOLSourceText
extends org.eclipse.emf.ecore.EObject
The following features are supported:
CobolPackage.getCOBOLSourceText()| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
Returns the value of the 'File Name' attribute.
|
String |
getSource()
Returns the value of the 'Source' attribute.
|
void |
setFileName(String value)
Sets the value of the '
File Name' attribute. |
void |
setSource(String value)
Sets the value of the '
Source' attribute. |
String getSource()
setSource(String),
CobolPackage.getCOBOLSourceText_Source()void setSource(String value)
Source' attribute.
value - the new value of the 'Source' attribute.getSource()String getFileName()
setFileName(String),
CobolPackage.getCOBOLSourceText_FileName()void setFileName(String value)
File Name' attribute.
value - the new value of the 'File Name' attribute.getFileName()Copyright © 2018–2020 Atlanmod. All rights reserved.