public interface ExportInfos
The following features are supported:
ModiscoworkflowPackage.getExportInfos()| Modifier and Type | Method and Description |
|---|---|
|
getAllUnitsOfWork() |
java.lang.String |
getPackageBase()
Returns the value of the 'Package Base' attribute.
|
java.lang.String |
getSymbolicName()
Returns the value of the 'Symbolic Name' attribute.
|
void |
setPackageBase(java.lang.String value)
Sets the value of the '
Package Base' attribute. |
void |
setSymbolicName(java.lang.String value)
Sets the value of the '
Symbolic Name' attribute. |
java.lang.String getPackageBase()
If the meaning of the 'Package Base' attribute isn't clear, there really should be more of a description here...
setPackageBase(String),
ModiscoworkflowPackage.getExportInfos_PackageBase()void setPackageBase(java.lang.String value)
Package Base' attribute. value - the new value of the 'Package Base' attribute.getPackageBase()java.lang.String getSymbolicName()
If the meaning of the 'Symbolic Name' attribute isn't clear, there really should be more of a description here...
setSymbolicName(String),
ModiscoworkflowPackage.getExportInfos_SymbolicName()void setSymbolicName(java.lang.String value)
Symbolic Name' attribute. value - the new value of the 'Symbolic Name' attribute.getSymbolicName()getAllUnitsOfWork()