public interface ProcedureListItem extends PLINode
The following features are supported:
PLIPackage.getProcedureListItem()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Literal |
getEnvironmentName()
Returns the value of the 'Environment Name' containment reference.
|
Reference |
getProcedureName()
Returns the value of the 'Procedure Name' containment reference.
|
void |
setEnvironmentName(Literal value)
Sets the value of the '
Environment Name' containment reference. |
void |
setProcedureName(Reference value)
Sets the value of the '
Procedure Name' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Reference getProcedureName()
setProcedureName(Reference),
PLIPackage.getProcedureListItem_ProcedureName()void setProcedureName(Reference value)
Procedure Name' containment reference.
value - the new value of the 'Procedure Name' containment reference.getProcedureName()Literal getEnvironmentName()
setEnvironmentName(Literal),
PLIPackage.getProcedureListItem_EnvironmentName()void setEnvironmentName(Literal value)
Environment Name' containment reference.
value - the new value of the 'Environment Name' containment reference.getEnvironmentName()