public interface PackageStatement extends ConditionPrefixable, PLINode
The following features are supported:
PLIPackage.getPackageStatement()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Exports |
getExports()
Returns the value of the 'Exports' containment reference.
|
Label |
getLabel()
Returns the value of the 'Label' containment reference.
|
java.util.List<PackageOption> |
getOptions()
Returns the value of the 'Options' containment reference list.
|
Reserves |
getReserves()
Returns the value of the 'Reserves' containment reference.
|
void |
setExports(Exports value)
Sets the value of the '
Exports' containment reference. |
void |
setLabel(Label value)
Sets the value of the '
Label' containment reference. |
void |
setReserves(Reserves value)
Sets the value of the '
Reserves' containment reference. |
getConditionPrefixesgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Label getLabel()
setLabel(Label),
PLIPackage.getPackageStatement_Label()void setLabel(Label value)
Label' containment reference.
value - the new value of the 'Label' containment reference.getLabel()Exports getExports()
setExports(Exports),
PLIPackage.getPackageStatement_Exports()void setExports(Exports value)
Exports' containment reference.
value - the new value of the 'Exports' containment reference.getExports()Reserves getReserves()
setReserves(Reserves),
PLIPackage.getPackageStatement_Reserves()void setReserves(Reserves value)
Reserves' containment reference.
value - the new value of the 'Reserves' containment reference.getReserves()java.util.List<PackageOption> getOptions()
PackageOption.
PLIPackage.getPackageStatement_Options()