org.eclipse.gmt.modisco.workflow.modiscoworkflow.util
Class ModiscoworkflowSwitch<T>

java.lang.Object
  extended by org.eclipse.gmt.modisco.workflow.modiscoworkflow.util.ModiscoworkflowSwitch<T>

Deprecated.

public class ModiscoworkflowSwitch<T>
extends java.lang.Object

The Switch for the model's inheritance hierarchy. It supports the call doSwitch(object) to invoke the caseXXX method for each class of the model, starting with the actual class of the object and proceeding up the inheritance hierarchy until a non-null result is returned, which is the result of the switch.

See Also:
ModiscoworkflowPackage
Generated:

Constructor Summary
ModiscoworkflowSwitch()
          Deprecated.  
 
Method Summary
 T caseElement(Element object)
          Deprecated.  
 T caseExportInfos(ExportInfos object)
          Deprecated.  
 T caseWork(Work object)
          Deprecated.  
 T caseWorkflow(Workflow object)
          Deprecated.  
 T caseWorkParameter(WorkParameter object)
          Deprecated.  
 T caseWorkParameterBooleanValue(WorkParameterBooleanValue object)
          Deprecated.  
 T caseWorkParameterEntryValue(java.util.Map.Entry<java.lang.String,WorkParameterValue> object)
          Deprecated.  
 T caseWorkParameterIntegerValue(WorkParameterIntegerValue object)
          Deprecated.  
 T caseWorkParameterMapValue(WorkParameterMapValue object)
          Deprecated.  
 T caseWorkParameterStringListValue(WorkParameterStringListValue object)
          Deprecated.  
 T caseWorkParameterStringValue(WorkParameterStringValue object)
          Deprecated.  
 T caseWorkParameterValue(WorkParameterValue object)
          Deprecated.  
 T defaultCase(EObject object)
          Deprecated.  
 T doSwitch(EObject theEObject)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModiscoworkflowSwitch

public ModiscoworkflowSwitch()
Deprecated. 

Creates an instance of the switch.

Generated:
Method Detail

doSwitch

public T doSwitch(EObject theEObject)
Deprecated. 

Calls caseXXX for each class of the model until one returns a non null result; it yields that result.

Returns:
the first non-null result returned by a caseXXX call.
Generated:

caseElement

public T caseElement(Element object)
Deprecated. 

Returns the result of interpreting the object as an instance of 'Element'. This implementation returns null; returning a non-null result will terminate the switch.

Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'Element'.
See Also:
doSwitch(EObject)
Generated:

caseWorkflow

public T caseWorkflow(Workflow object)
Deprecated. 

Returns the result of interpreting the object as an instance of 'Workflow'. This implementation returns null; returning a non-null result will terminate the switch.

Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'Workflow'.
See Also:
doSwitch(EObject)
Generated:

caseWork

public T caseWork(Work object)
Deprecated. 

Returns the result of interpreting the object as an instance of 'Work'. This implementation returns null; returning a non-null result will terminate the switch.

Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'Work'.
See Also:
doSwitch(EObject)
Generated:

caseWorkParameter

public T caseWorkParameter(WorkParameter object)
Deprecated. 

Returns the result of interpreting the object as an instance of 'Work Parameter'. This implementation returns null; returning a non-null result will terminate the switch.

Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'Work Parameter'.
See Also:
doSwitch(EObject)
Generated:

caseWorkParameterValue

public T caseWorkParameterValue(WorkParameterValue object)
Deprecated. 

Returns the result of interpreting the object as an instance of ' Work Parameter Value'. This implementation returns null; returning a non-null result will terminate the switch.

Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of ' Work Parameter Value'.
See Also:
doSwitch(EObject)
Generated:

caseWorkParameterStringValue

public T caseWorkParameterStringValue(WorkParameterStringValue object)
Deprecated. 

Returns the result of interpreting the object as an instance of ' Work Parameter String Value'. This implementation returns null; returning a non-null result will terminate the switch.

Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of ' Work Parameter String Value'.
See Also:
doSwitch(EObject)
Generated:

caseWorkParameterStringListValue

public T caseWorkParameterStringListValue(WorkParameterStringListValue object)
Deprecated. 

Returns the result of interpreting the object as an instance of ' Work Parameter String List Value'. This implementation returns null; returning a non-null result will terminate the switch.

Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of ' Work Parameter String List Value'.
See Also:
doSwitch(EObject)
Generated:

caseWorkParameterBooleanValue

public T caseWorkParameterBooleanValue(WorkParameterBooleanValue object)
Deprecated. 

Returns the result of interpreting the object as an instance of ' Work Parameter Boolean Value'. This implementation returns null; returning a non-null result will terminate the switch.

Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of ' Work Parameter Boolean Value'.
See Also:
doSwitch(EObject)
Generated:

caseWorkParameterIntegerValue

public T caseWorkParameterIntegerValue(WorkParameterIntegerValue object)
Deprecated. 

Returns the result of interpreting the object as an instance of ' Work Parameter Integer Value'. This implementation returns null; returning a non-null result will terminate the switch.

Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of ' Work Parameter Integer Value'.
See Also:
doSwitch(EObject)
Generated:

caseWorkParameterMapValue

public T caseWorkParameterMapValue(WorkParameterMapValue object)
Deprecated. 

Returns the result of interpreting the object as an instance of ' Work Parameter Map Value'. This implementation returns null; returning a non-null result will terminate the switch.

Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of ' Work Parameter Map Value'.
See Also:
doSwitch(EObject)
Generated:

caseWorkParameterEntryValue

public T caseWorkParameterEntryValue(java.util.Map.Entry<java.lang.String,WorkParameterValue> object)
Deprecated. 

Returns the result of interpreting the object as an instance of ' Work Parameter Entry Value'. This implementation returns null; returning a non-null result will terminate the switch.

Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of ' Work Parameter Entry Value'.
See Also:
doSwitch(EObject)
Generated:

caseExportInfos

public T caseExportInfos(ExportInfos object)
Deprecated. 

Returns the result of interpreting the object as an instance of 'Export Infos'. This implementation returns null; returning a non-null result will terminate the switch.

Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'Export Infos'.
See Also:
doSwitch(EObject)
Generated:

defaultCase

public T defaultCase(EObject object)
Deprecated. 

Returns the result of interpreting the object as an instance of 'EObject'. This implementation returns null; returning a non-null result will terminate the switch, but this is the last case anyway.

Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'EObject'.
See Also:
#doSwitch(org.eclipse.emf.ecore.EObject)
Generated: