org.eclipse.gmt.modisco.workflow.modiscoworkflow.util
Class ModiscoworkflowAdapterFactory

java.lang.Object
  extended by AdapterFactoryImpl
      extended by org.eclipse.gmt.modisco.workflow.modiscoworkflow.util.ModiscoworkflowAdapterFactory

Deprecated.

@Deprecated
public class ModiscoworkflowAdapterFactory
extends AdapterFactoryImpl

The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.

See Also:
ModiscoworkflowPackage
Generated:

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

ModiscoworkflowAdapterFactory

@Deprecated
public ModiscoworkflowAdapterFactory()
Deprecated. 

Creates an instance of the adapter factory.

Generated:
Method Detail

isFactoryForType

@Deprecated
public boolean isFactoryForType(java.lang.Object object)
Deprecated. 

Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.

Returns:
whether this factory is applicable for the type of the object.
Generated:

createAdapter

@Deprecated
public Adapter createAdapter(Notifier target)
Deprecated. 

Creates an adapter for the target.

Parameters:
target - the object to adapt.
Returns:
the adapter for the target.
Generated:

createElementAdapter

@Deprecated
public Adapter createElementAdapter()
Deprecated. 

Creates a new adapter for an object of class ' 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.

Returns:
the new adapter.
See Also:
Element
Generated:

createWorkflowAdapter

@Deprecated
public Adapter createWorkflowAdapter()
Deprecated. 

Creates a new adapter for an object of class ' 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.

Returns:
the new adapter.
See Also:
Workflow
Generated:

createWorkAdapter

@Deprecated
public Adapter createWorkAdapter()
Deprecated. 

Creates a new adapter for an object of class ' 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.

Returns:
the new adapter.
See Also:
Work
Generated:

createWorkParameterAdapter

@Deprecated
public Adapter createWorkParameterAdapter()
Deprecated. 

Creates a new adapter for an object of class ' 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.

Returns:
the new adapter.
See Also:
WorkParameter
Generated:

createWorkParameterValueAdapter

@Deprecated
public Adapter createWorkParameterValueAdapter()
Deprecated. 

Creates a new adapter for an object of class ' 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.

Returns:
the new adapter.
See Also:
WorkParameterValue
Generated:

createWorkParameterStringValueAdapter

@Deprecated
public Adapter createWorkParameterStringValueAdapter()
Deprecated. 

Creates a new adapter for an object of class ' 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.

Returns:
the new adapter.
See Also:
WorkParameterStringValue
Generated:

createWorkParameterStringListValueAdapter

@Deprecated
public Adapter createWorkParameterStringListValueAdapter()
Deprecated. 

Creates a new adapter for an object of class ' 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.

Returns:
the new adapter.
See Also:
WorkParameterStringListValue
Generated:

createWorkParameterBooleanValueAdapter

@Deprecated
public Adapter createWorkParameterBooleanValueAdapter()
Deprecated. 

Creates a new adapter for an object of class ' 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.

Returns:
the new adapter.
See Also:
WorkParameterBooleanValue
Generated:

createWorkParameterIntegerValueAdapter

@Deprecated
public Adapter createWorkParameterIntegerValueAdapter()
Deprecated. 

Creates a new adapter for an object of class ' 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.

Returns:
the new adapter.
See Also:
WorkParameterIntegerValue
Generated:

createWorkParameterMapValueAdapter

@Deprecated
public Adapter createWorkParameterMapValueAdapter()
Deprecated. 

Creates a new adapter for an object of class ' 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.

Returns:
the new adapter.
See Also:
WorkParameterMapValue
Generated:

createWorkParameterEntryValueAdapter

@Deprecated
public Adapter createWorkParameterEntryValueAdapter()
Deprecated. 

Creates a new adapter for an object of class '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.

Returns:
the new adapter.
See Also:
Map.Entry
Generated:

createExportInfosAdapter

@Deprecated
public Adapter createExportInfosAdapter()
Deprecated. 

Creates a new adapter for an object of class ' 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.

Returns:
the new adapter.
See Also:
ExportInfos
Generated:

createEObjectAdapter

@Deprecated
public Adapter createEObjectAdapter()
Deprecated. 

Creates a new adapter for the default case. This default implementation returns null.

Returns:
the new adapter.
Generated: