| Modifier and Type | Method and Description |
|---|---|
FileReferenceClause |
PLIFactory.createFileReferenceClause()
Returns a new object of class 'File Reference Clause'.
|
FileReferenceClause |
WriteStatement.getFile()
Returns the value of the 'File' containment reference.
|
FileReferenceClause |
RewriteStatement.getFile()
Returns the value of the 'File' containment reference.
|
FileReferenceClause |
ReadStatement.getFile()
Returns the value of the 'File' containment reference.
|
FileReferenceClause |
LocateStatement.getFile()
Returns the value of the 'File' containment reference.
|
FileReferenceClause |
OpenOptionsGroup.getFileReference()
Returns the value of the 'File Reference' containment reference.
|
FileReferenceClause |
DeleteStatement.getFileReference()
Returns the value of the 'File Reference' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WriteStatement.setFile(FileReferenceClause value)
Sets the value of the '
File' containment reference. |
void |
RewriteStatement.setFile(FileReferenceClause value)
Sets the value of the '
File' containment reference. |
void |
ReadStatement.setFile(FileReferenceClause value)
Sets the value of the '
File' containment reference. |
void |
LocateStatement.setFile(FileReferenceClause value)
Sets the value of the '
File' containment reference. |
void |
OpenOptionsGroup.setFileReference(FileReferenceClause value)
Sets the value of the '
File Reference' containment reference. |
void |
DeleteStatement.setFileReference(FileReferenceClause value)
Sets the value of the '
File Reference' containment reference. |