public interface CompilerOption extends ASTNode
The following features are supported:
COBOLPackage.getCompilerOption()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.util.List |
getSubOptions()
Returns the value of the 'Sub Options' containment reference list.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.lang.String getName()
setName(String),
COBOLPackage.getCompilerOption_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()java.util.List getSubOptions()
CompilerSubOption.
COBOLPackage.getCompilerOption_SubOptions()