public interface GetFileStatement extends GetStatement
The following features are supported:
PLIPackage.getGetFileStatement()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
StreamCopyOption |
getCopy()
Returns the value of the 'Copy' containment reference.
|
StreamFileOption |
getFile()
Returns the value of the 'File' containment reference.
|
StreamSkipOption |
getSkip()
Returns the value of the 'Skip' containment reference.
|
void |
setCopy(StreamCopyOption value)
Sets the value of the '
Copy' containment reference. |
void |
setFile(StreamFileOption value)
Sets the value of the '
File' containment reference. |
void |
setSkip(StreamSkipOption value)
Sets the value of the '
Skip' containment reference. |
getDataSpecification, setDataSpecificationgetConditionPrefixesgetLabelPrefix, setLabelPrefixgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
StreamFileOption getFile()
setFile(StreamFileOption),
PLIPackage.getGetFileStatement_File()void setFile(StreamFileOption value)
File' containment reference.
value - the new value of the 'File' containment reference.getFile()StreamCopyOption getCopy()
setCopy(StreamCopyOption),
PLIPackage.getGetFileStatement_Copy()void setCopy(StreamCopyOption value)
Copy' containment reference.
value - the new value of the 'Copy' containment reference.getCopy()StreamSkipOption getSkip()
setSkip(StreamSkipOption),
PLIPackage.getGetFileStatement_Skip()void setSkip(StreamSkipOption value)
Skip' containment reference.
value - the new value of the 'Skip' containment reference.getSkip()