public interface WriteStatement extends ConditionPrefixable, LabelPrefixable, PLINode
The following features are supported:
PLIPackage.getWriteStatement()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
FileReferenceClause |
getFile()
Returns the value of the 'File' containment reference.
|
FromOption |
getFrom()
Returns the value of the 'From' containment reference.
|
WriteKeyOption |
getKeyOption()
Returns the value of the 'Key Option' containment reference.
|
void |
setFile(FileReferenceClause value)
Sets the value of the '
File' containment reference. |
void |
setFrom(FromOption value)
Sets the value of the '
From' containment reference. |
void |
setKeyOption(WriteKeyOption value)
Sets the value of the '
Key Option' containment reference. |
getConditionPrefixesgetLabelPrefix, setLabelPrefixgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
FileReferenceClause getFile()
setFile(FileReferenceClause),
PLIPackage.getWriteStatement_File()void setFile(FileReferenceClause value)
File' containment reference.
value - the new value of the 'File' containment reference.getFile()FromOption getFrom()
setFrom(FromOption),
PLIPackage.getWriteStatement_From()void setFrom(FromOption value)
From' containment reference.
value - the new value of the 'From' containment reference.getFrom()WriteKeyOption getKeyOption()
setKeyOption(WriteKeyOption),
PLIPackage.getWriteStatement_KeyOption()void setKeyOption(WriteKeyOption value)
Key Option' containment reference.
value - the new value of the 'Key Option' containment reference.getKeyOption()