|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAdapterFactoryImpl
org.eclipse.gmt.modisco.workflow.modiscoworkflow.util.ModiscoworkflowAdapterFactory
@Deprecated public class ModiscoworkflowAdapterFactory
The Adapter Factory for the model. It provides an adapter
createXXX
method for each class of the model.
ModiscoworkflowPackage
Constructor Summary | |
---|---|
ModiscoworkflowAdapterFactory()
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public ModiscoworkflowAdapterFactory()
Method Detail |
---|
@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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |