|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModiscoworkflowFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
ModiscoworkflowPackage
Field Summary | |
---|---|
static ModiscoworkflowFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
ExportInfos |
createExportInfos()
Returns a new object of class 'Export Infos'. |
Work |
createWork()
Returns a new object of class 'Work'. |
Workflow |
createWorkflow()
Returns a new object of class 'Workflow'. |
WorkParameter |
createWorkParameter()
Returns a new object of class 'Work Parameter'. |
WorkParameterBooleanValue |
createWorkParameterBooleanValue()
Returns a new object of class 'Work Parameter Boolean Value'. |
WorkParameterIntegerValue |
createWorkParameterIntegerValue()
Returns a new object of class 'Work Parameter Integer Value'. |
WorkParameterMapValue |
createWorkParameterMapValue()
Returns a new object of class 'Work Parameter Map Value'. |
WorkParameterStringListValue |
createWorkParameterStringListValue()
Returns a new object of class 'Work Parameter String List Value '. |
WorkParameterStringValue |
createWorkParameterStringValue()
Returns a new object of class 'Work Parameter String Value'. |
ModiscoworkflowPackage |
getModiscoworkflowPackage()
Returns the package supported by this factory. |
Field Detail |
---|
static final ModiscoworkflowFactory eINSTANCE
Method Detail |
---|
Workflow createWorkflow()
Work createWork()
WorkParameter createWorkParameter()
WorkParameterStringValue createWorkParameterStringValue()
WorkParameterStringListValue createWorkParameterStringListValue()
WorkParameterBooleanValue createWorkParameterBooleanValue()
WorkParameterIntegerValue createWorkParameterIntegerValue()
WorkParameterMapValue createWorkParameterMapValue()
ExportInfos createExportInfos()
ModiscoworkflowPackage getModiscoworkflowPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |