@Deprecated
public class ModiscoworkflowAdapterFactory
extends AdapterFactoryImpl
createXXX method for each class of the model. ModiscoworkflowPackage| Constructor and Description |
|---|
ModiscoworkflowAdapterFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
createAdapter(Notifier target)
Deprecated.
|
Adapter |
createElementAdapter()
Deprecated.
|
Adapter |
createEObjectAdapter()
Deprecated.
|
Adapter |
createExportInfosAdapter()
Deprecated.
|
Adapter |
createWorkAdapter()
Deprecated.
|
Adapter |
createWorkflowAdapter()
Deprecated.
|
Adapter |
createWorkParameterAdapter()
Deprecated.
|
Adapter |
createWorkParameterBooleanValueAdapter()
Deprecated.
|
Adapter |
createWorkParameterEntryValueAdapter()
Deprecated.
|
Adapter |
createWorkParameterIntegerValueAdapter()
Deprecated.
|
Adapter |
createWorkParameterMapValueAdapter()
Deprecated.
|
Adapter |
createWorkParameterStringListValueAdapter()
Deprecated.
|
Adapter |
createWorkParameterStringValueAdapter()
Deprecated.
|
Adapter |
createWorkParameterValueAdapter()
Deprecated.
|
boolean |
isFactoryForType(java.lang.Object object)
Deprecated.
|
@Deprecated public ModiscoworkflowAdapterFactory()
@Deprecated public boolean isFactoryForType(java.lang.Object object)
true if the object is either the model's package
or is an instance object of the model. @Deprecated public Adapter createAdapter(Notifier target)
target. target - the object to adapt.target.@Deprecated public Adapter createElementAdapter()
Element'. This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway. Element@Deprecated public Adapter createWorkflowAdapter()
Workflow'. This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway. Workflow@Deprecated public Adapter createWorkAdapter()
Work'. This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway. Work@Deprecated public Adapter createWorkParameterAdapter()
Work Parameter'. This default implementation returns null
so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch
all the cases anyway. WorkParameter@Deprecated public Adapter createWorkParameterValueAdapter()
Work Parameter Value'. This default implementation returns
null so that we can easily ignore cases; it's useful to ignore a case when inheritance will
catch all the cases anyway. WorkParameterValue@Deprecated public Adapter createWorkParameterStringValueAdapter()
Work Parameter String Value'. This default implementation
returns null so that we can easily ignore cases; it's useful to ignore a case when
inheritance will catch all the cases anyway. WorkParameterStringValue@Deprecated public Adapter createWorkParameterStringListValueAdapter()
Work Parameter String List Value'. This default
implementation returns null so that we can easily ignore cases; it's useful to ignore a case
when inheritance will catch all the cases anyway. WorkParameterStringListValue@Deprecated public Adapter createWorkParameterBooleanValueAdapter()
Work Parameter Boolean Value'. This default implementation
returns null so that we can easily ignore cases; it's useful to ignore a case when
inheritance will catch all the cases anyway. WorkParameterBooleanValue@Deprecated public Adapter createWorkParameterIntegerValueAdapter()
Work Parameter Integer Value'. This default implementation
returns null so that we can easily ignore cases; it's useful to ignore a case when
inheritance will catch all the cases anyway. WorkParameterIntegerValue@Deprecated public Adapter createWorkParameterMapValueAdapter()
Work Parameter Map Value'. This default implementation
returns null so that we can easily ignore cases; it's useful to ignore a case when
inheritance will catch all the cases anyway. WorkParameterMapValue@Deprecated public Adapter createWorkParameterEntryValueAdapter()
Work Parameter Entry Value'. This default implementation
returns null so that we can easily ignore cases; it's useful to ignore a case when
inheritance will catch all the cases anyway. Map.Entry@Deprecated public Adapter createExportInfosAdapter()
Export Infos'.
This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway. ExportInfos@Deprecated public Adapter createEObjectAdapter()