public interface OpenOptionsGroup extends PLINode
The following features are supported:
PLIPackage.getOpenOptionsGroup()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attribute> |
getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
FileReferenceClause |
getFileReference()
Returns the value of the 'File Reference' containment reference.
|
Expression |
getLineSize()
Returns the value of the 'Line Size' containment reference.
|
Expression |
getPageSize()
Returns the value of the 'Page Size' containment reference.
|
Expression |
getTitle()
Returns the value of the 'Title' containment reference.
|
void |
setFileReference(FileReferenceClause value)
Sets the value of the '
File Reference' containment reference. |
void |
setLineSize(Expression value)
Sets the value of the '
Line Size' containment reference. |
void |
setPageSize(Expression value)
Sets the value of the '
Page Size' containment reference. |
void |
setTitle(Expression value)
Sets the value of the '
Title' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
FileReferenceClause getFileReference()
setFileReference(FileReferenceClause),
PLIPackage.getOpenOptionsGroup_FileReference()void setFileReference(FileReferenceClause value)
File Reference' containment reference.
value - the new value of the 'File Reference' containment reference.getFileReference()java.util.List<Attribute> getAttributes()
Attribute.
PLIPackage.getOpenOptionsGroup_Attributes()Expression getTitle()
setTitle(Expression),
PLIPackage.getOpenOptionsGroup_Title()void setTitle(Expression value)
Title' containment reference.
value - the new value of the 'Title' containment reference.getTitle()Expression getLineSize()
setLineSize(Expression),
PLIPackage.getOpenOptionsGroup_LineSize()void setLineSize(Expression value)
Line Size' containment reference.
value - the new value of the 'Line Size' containment reference.getLineSize()Expression getPageSize()
setPageSize(Expression),
PLIPackage.getOpenOptionsGroup_PageSize()void setPageSize(Expression value)
Page Size' containment reference.
value - the new value of the 'Page Size' containment reference.getPageSize()