org.eclipse.modisco.workflow.modiscoworkflow
Interface ExportInfos

All Known Subinterfaces:
Workflow, WorkflowModel

public interface ExportInfos

A representation of the model object ' Export Infos'.

The following features are supported:

See Also:
ModiscoworkflowPackage.getExportInfos()
Generated:
Model:

Method Summary
  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.
 

Method Detail

getPackageBase

java.lang.String getPackageBase()
Returns the value of the 'Package Base' attribute.

If the meaning of the 'Package Base' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Package Base' attribute.
See Also:
setPackageBase(String), ModiscoworkflowPackage.getExportInfos_PackageBase()
Generated:
Model:

setPackageBase

void setPackageBase(java.lang.String value)
Sets the value of the ' Package Base' attribute.

Parameters:
value - the new value of the 'Package Base' attribute.
See Also:
getPackageBase()
Generated:

getSymbolicName

java.lang.String getSymbolicName()
Returns the value of the 'Symbolic Name' attribute.

If the meaning of the 'Symbolic Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Symbolic Name' attribute.
See Also:
setSymbolicName(String), ModiscoworkflowPackage.getExportInfos_SymbolicName()
Generated:
Model:

setSymbolicName

void setSymbolicName(java.lang.String value)
Sets the value of the ' Symbolic Name' attribute.

Parameters:
value - the new value of the 'Symbolic Name' attribute.
See Also:
getSymbolicName()
Generated:

getAllUnitsOfWork

 getAllUnitsOfWork()

Generated:
Model:
kind="operation"