Java Doc for componentflowSwitch.java in  » ESB » cbesb-1.2 » com » bostechcorp » cbesb » ui » componentflow » componentFlowEditor » util » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ESB » cbesb 1.2 » com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.util 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.util.componentflowSwitch

componentflowSwitch
public class componentflowSwitch (Code)
The Switch for the model's inheritance hierarchy. It supports the call componentflowSwitch.doSwitch(EObject) 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:   com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage


Field Summary
final public static  Stringcopyright
    
protected static  componentflowPackagemodelPackage
    

Constructor Summary
public  componentflowSwitch()
     Creates an instance of the switch.

Method Summary
public  ObjectcaseARSchedule(ARSchedule object)
     Returns the result of interpretting the object as an instance of 'AR Schedule'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseBaseElement(BaseElement object)
     Returns the result of interpretting the object as an instance of 'Base Element'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseBaseRead(BaseRead object)
     Returns the result of interpretting the object as an instance of 'Base Read'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseBindingComponent(BindingComponent object)
     Returns the result of interpretting the object as an instance of 'Binding Component'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseCBR(CBR object)
     Returns the result of interpretting the object as an instance of 'CBR'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseCCSL(CCSL object)
     Returns the result of interpretting the object as an instance of 'CCSL'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseComment(Comment object)
     Returns the result of interpretting the object as an instance of 'Comment'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseCommonSchedule(CommonSchedule object)
     Returns the result of interpretting the object as an instance of 'Common Schedule'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseComponentFlowEditorDocument(ComponentFlowEditorDocument object)
     Returns the result of interpretting the object as an instance of 'Component Flow Editor Document'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseComponentFlowEditorElement(ComponentFlowEditorElement object)
     Returns the result of interpretting the object as an instance of 'Component Flow Editor Element'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseConnection(Connection object)
     Returns the result of interpretting the object as an instance of 'Connection'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseConnectionSetting(ConnectionSetting object)
     Returns the result of interpretting the object as an instance of 'Connection Setting'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseConsumer(Consumer object)
     Returns the result of interpretting the object as an instance of 'Consumer'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseConsumerCCSL(ConsumerCCSL object)
     Returns the result of interpretting the object as an instance of 'Consumer CCSL'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseCustom(Custom object)
     Returns the result of interpretting the object as an instance of 'Custom'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseCustomConsumer(CustomConsumer object)
     Returns the result of interpretting the object as an instance of 'Custom Consumer'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseDecorativeModelElement(DecorativeModelElement object)
     Returns the result of interpretting the object as an instance of 'Decorative Model Element'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseEmail(Email object)
     Returns the result of interpretting the object as an instance of 'Email'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseEmailConsumer(EmailConsumer object)
     Returns the result of interpretting the object as an instance of 'Email Consumer'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseEmailConsumerReply(EmailConsumerReply object)
     Returns the result of interpretting the object as an instance of 'Email Consumer Reply'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseEmailProvider(EmailProvider object)
     Returns the result of interpretting the object as an instance of 'Email Provider'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseEndPoint(EndPoint object)
     Returns the result of interpretting the object as an instance of 'End Point'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseExternalSystem(ExternalSystem object)
     Returns the result of interpretting the object as an instance of 'External System'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseFTP(FTP object)
     Returns the result of interpretting the object as an instance of 'FTP'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseFTPAuthentication(FTPAuthentication object)
     Returns the result of interpretting the object as an instance of 'FTP Authentication'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseFTPBase(FTPBase object)
     Returns the result of interpretting the object as an instance of 'FTP Base'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseFTPConsumer(FTPConsumer object)
     Returns the result of interpretting the object as an instance of 'FTP Consumer'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseFTPProvider(FTPProvider object)
     Returns the result of interpretting the object as an instance of 'FTP Provider'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseFile(File object)
     Returns the result of interpretting the object as an instance of 'File'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseFileCompletion(FileCompletion object)
     Returns the result of interpretting the object as an instance of 'File Completion'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseFileConsumer(FileConsumer object)
     Returns the result of interpretting the object as an instance of 'File Consumer'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseFileProvider(FileProvider object)
     Returns the result of interpretting the object as an instance of 'File Provider'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseFileReply(FileReply object)
     Returns the result of interpretting the object as an instance of 'File Reply'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseFtpReply(FtpReply object)
     Returns the result of interpretting the object as an instance of 'Ftp Reply'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseHTTP(HTTP object)
     Returns the result of interpretting the object as an instance of 'HTTP'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseHttpConnection(HttpConnection object)
     Returns the result of interpretting the object as an instance of 'Http Connection'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseHttpConsumer(HttpConsumer object)
     Returns the result of interpretting the object as an instance of 'Http Consumer'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseHttpProvider(HttpProvider object)
     Returns the result of interpretting the object as an instance of 'Http Provider'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseJDBC(JDBC object)
     Returns the result of interpretting the object as an instance of 'JDBC'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseJMS(JMS object)
     Returns the result of interpretting the object as an instance of 'JMS'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseJMSConfig(JMSConfig object)
     Returns the result of interpretting the object as an instance of 'JMS Config'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseJMSConsumer(JMSConsumer object)
     Returns the result of interpretting the object as an instance of 'JMS Consumer'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseJMSProvider(JMSProvider object)
     Returns the result of interpretting the object as an instance of 'JMS Provider'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseMessageExchange(MessageExchange object)
     Returns the result of interpretting the object as an instance of 'Message Exchange'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseParser(Parser object)
     Returns the result of interpretting the object as an instance of 'Parser'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcasePropertyObject(PropertyObject object)
     Returns the result of interpretting the object as an instance of 'Property Object'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseProvider(Provider object)
     Returns the result of interpretting the object as an instance of 'Provider'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseProviderCCSL(ProviderCCSL object)
     Returns the result of interpretting the object as an instance of 'Provider CCSL'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseSSL(SSL object)
     Returns the result of interpretting the object as an instance of 'SSL'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseScheduler(Scheduler object)
     Returns the result of interpretting the object as an instance of 'Scheduler'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseScript(Script object)
     Returns the result of interpretting the object as an instance of 'Script'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseSequencer(Sequencer object)
     Returns the result of interpretting the object as an instance of 'Sequencer'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseServiceEngine(ServiceEngine object)
     Returns the result of interpretting the object as an instance of 'Service Engine'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseStandardSchedule(StandardSchedule object)
     Returns the result of interpretting the object as an instance of 'Standard Schedule'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseTCPIP(TCPIP object)
     Returns the result of interpretting the object as an instance of 'TCPIP'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseTCPIPClient(TCPIPClient object)
     Returns the result of interpretting the object as an instance of 'TCPIP Client'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseTCPIPServer(TCPIPServer object)
     Returns the result of interpretting the object as an instance of 'TCPIP Server'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseTransformer(Transformer object)
     Returns the result of interpretting the object as an instance of 'Transformer'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseUpoc(Upoc object)
     Returns the result of interpretting the object as an instance of 'Upoc'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseUpocBase(UpocBase object)
     Returns the result of interpretting the object as an instance of 'Upoc Base'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseUpocPostaccept(UpocPostaccept object)
     Returns the result of interpretting the object as an instance of 'Upoc Postaccept'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseUpocPostsend(UpocPostsend object)
     Returns the result of interpretting the object as an instance of 'Upoc Postsend'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseUpocPresend(UpocPresend object)
     Returns the result of interpretting the object as an instance of 'Upoc Presend'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectcaseXSLT(XSLT object)
     Returns the result of interpretting the object as an instance of 'XSLT'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  ObjectdefaultCase(EObject object)
     Returns the result of interpretting 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.
public  ObjectdoSwitch(EObject theEObject)
     Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
protected  ObjectdoSwitch(EClass theEClass, EObject theEObject)
     Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
protected  ObjectdoSwitch(int classifierID, EObject theEObject)
     Calls caseXXX for each class of the model until one returns a non null result; it yields that result.

Field Detail
copyright
final public static String copyright(Code)



modelPackage
protected static componentflowPackage modelPackage(Code)
The cached model package




Constructor Detail
componentflowSwitch
public componentflowSwitch()(Code)
Creates an instance of the switch.




Method Detail
caseARSchedule
public Object caseARSchedule(ARSchedule object)(Code)
Returns the result of interpretting the object as an instance of 'AR Schedule'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'AR Schedule'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseBaseElement
public Object caseBaseElement(BaseElement object)(Code)
Returns the result of interpretting the object as an instance of 'Base Element'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Base Element'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseBaseRead
public Object caseBaseRead(BaseRead object)(Code)
Returns the result of interpretting the object as an instance of 'Base Read'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Base Read'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseBindingComponent
public Object caseBindingComponent(BindingComponent object)(Code)
Returns the result of interpretting the object as an instance of 'Binding Component'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Binding Component'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseCBR
public Object caseCBR(CBR object)(Code)
Returns the result of interpretting the object as an instance of 'CBR'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'CBR'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseCCSL
public Object caseCCSL(CCSL object)(Code)
Returns the result of interpretting the object as an instance of 'CCSL'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'CCSL'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseComment
public Object caseComment(Comment object)(Code)
Returns the result of interpretting the object as an instance of 'Comment'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Comment'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseCommonSchedule
public Object caseCommonSchedule(CommonSchedule object)(Code)
Returns the result of interpretting the object as an instance of 'Common Schedule'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Common Schedule'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseComponentFlowEditorDocument
public Object caseComponentFlowEditorDocument(ComponentFlowEditorDocument object)(Code)
Returns the result of interpretting the object as an instance of 'Component Flow Editor Document'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Component Flow Editor Document'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseComponentFlowEditorElement
public Object caseComponentFlowEditorElement(ComponentFlowEditorElement object)(Code)
Returns the result of interpretting the object as an instance of 'Component Flow Editor Element'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Component Flow Editor Element'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseConnection
public Object caseConnection(Connection object)(Code)
Returns the result of interpretting the object as an instance of 'Connection'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Connection'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseConnectionSetting
public Object caseConnectionSetting(ConnectionSetting object)(Code)
Returns the result of interpretting the object as an instance of 'Connection Setting'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Connection Setting'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseConsumer
public Object caseConsumer(Consumer object)(Code)
Returns the result of interpretting the object as an instance of 'Consumer'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Consumer'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseConsumerCCSL
public Object caseConsumerCCSL(ConsumerCCSL object)(Code)
Returns the result of interpretting the object as an instance of 'Consumer CCSL'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Consumer CCSL'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseCustom
public Object caseCustom(Custom object)(Code)
Returns the result of interpretting the object as an instance of 'Custom'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Custom'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseCustomConsumer
public Object caseCustomConsumer(CustomConsumer object)(Code)
Returns the result of interpretting the object as an instance of 'Custom Consumer'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Custom Consumer'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseDecorativeModelElement
public Object caseDecorativeModelElement(DecorativeModelElement object)(Code)
Returns the result of interpretting the object as an instance of 'Decorative Model Element'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Decorative Model Element'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseEmail
public Object caseEmail(Email object)(Code)
Returns the result of interpretting the object as an instance of 'Email'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Email'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseEmailConsumer
public Object caseEmailConsumer(EmailConsumer object)(Code)
Returns the result of interpretting the object as an instance of 'Email Consumer'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Email Consumer'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseEmailConsumerReply
public Object caseEmailConsumerReply(EmailConsumerReply object)(Code)
Returns the result of interpretting the object as an instance of 'Email Consumer Reply'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Email Consumer Reply'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseEmailProvider
public Object caseEmailProvider(EmailProvider object)(Code)
Returns the result of interpretting the object as an instance of 'Email Provider'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Email Provider'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseEndPoint
public Object caseEndPoint(EndPoint object)(Code)
Returns the result of interpretting the object as an instance of 'End Point'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'End Point'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseExternalSystem
public Object caseExternalSystem(ExternalSystem object)(Code)
Returns the result of interpretting the object as an instance of 'External System'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'External System'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseFTP
public Object caseFTP(FTP object)(Code)
Returns the result of interpretting the object as an instance of 'FTP'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'FTP'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseFTPAuthentication
public Object caseFTPAuthentication(FTPAuthentication object)(Code)
Returns the result of interpretting the object as an instance of 'FTP Authentication'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'FTP Authentication'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseFTPBase
public Object caseFTPBase(FTPBase object)(Code)
Returns the result of interpretting the object as an instance of 'FTP Base'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'FTP Base'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseFTPConsumer
public Object caseFTPConsumer(FTPConsumer object)(Code)
Returns the result of interpretting the object as an instance of 'FTP Consumer'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'FTP Consumer'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseFTPProvider
public Object caseFTPProvider(FTPProvider object)(Code)
Returns the result of interpretting the object as an instance of 'FTP Provider'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'FTP Provider'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseFile
public Object caseFile(File object)(Code)
Returns the result of interpretting the object as an instance of 'File'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'File'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseFileCompletion
public Object caseFileCompletion(FileCompletion object)(Code)
Returns the result of interpretting the object as an instance of 'File Completion'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'File Completion'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseFileConsumer
public Object caseFileConsumer(FileConsumer object)(Code)
Returns the result of interpretting the object as an instance of 'File Consumer'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'File Consumer'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseFileProvider
public Object caseFileProvider(FileProvider object)(Code)
Returns the result of interpretting the object as an instance of 'File Provider'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'File Provider'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseFileReply
public Object caseFileReply(FileReply object)(Code)
Returns the result of interpretting the object as an instance of 'File Reply'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'File Reply'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseFtpReply
public Object caseFtpReply(FtpReply object)(Code)
Returns the result of interpretting the object as an instance of 'Ftp Reply'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Ftp Reply'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseHTTP
public Object caseHTTP(HTTP object)(Code)
Returns the result of interpretting the object as an instance of 'HTTP'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'HTTP'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseHttpConnection
public Object caseHttpConnection(HttpConnection object)(Code)
Returns the result of interpretting the object as an instance of 'Http Connection'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Http Connection'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseHttpConsumer
public Object caseHttpConsumer(HttpConsumer object)(Code)
Returns the result of interpretting the object as an instance of 'Http Consumer'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Http Consumer'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseHttpProvider
public Object caseHttpProvider(HttpProvider object)(Code)
Returns the result of interpretting the object as an instance of 'Http Provider'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Http Provider'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseJDBC
public Object caseJDBC(JDBC object)(Code)
Returns the result of interpretting the object as an instance of 'JDBC'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'JDBC'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseJMS
public Object caseJMS(JMS object)(Code)
Returns the result of interpretting the object as an instance of 'JMS'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'JMS'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseJMSConfig
public Object caseJMSConfig(JMSConfig object)(Code)
Returns the result of interpretting the object as an instance of 'JMS Config'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'JMS Config'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseJMSConsumer
public Object caseJMSConsumer(JMSConsumer object)(Code)
Returns the result of interpretting the object as an instance of 'JMS Consumer'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'JMS Consumer'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseJMSProvider
public Object caseJMSProvider(JMSProvider object)(Code)
Returns the result of interpretting the object as an instance of 'JMS Provider'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'JMS Provider'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseMessageExchange
public Object caseMessageExchange(MessageExchange object)(Code)
Returns the result of interpretting the object as an instance of 'Message Exchange'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Message Exchange'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseParser
public Object caseParser(Parser object)(Code)
Returns the result of interpretting the object as an instance of 'Parser'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Parser'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



casePropertyObject
public Object casePropertyObject(PropertyObject object)(Code)
Returns the result of interpretting the object as an instance of 'Property Object'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Property Object'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseProvider
public Object caseProvider(Provider object)(Code)
Returns the result of interpretting the object as an instance of 'Provider'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Provider'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseProviderCCSL
public Object caseProviderCCSL(ProviderCCSL object)(Code)
Returns the result of interpretting the object as an instance of 'Provider CCSL'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Provider CCSL'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseSSL
public Object caseSSL(SSL object)(Code)
Returns the result of interpretting the object as an instance of 'SSL'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'SSL'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseScheduler
public Object caseScheduler(Scheduler object)(Code)
Returns the result of interpretting the object as an instance of 'Scheduler'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Scheduler'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseScript
public Object caseScript(Script object)(Code)
Returns the result of interpretting the object as an instance of 'Script'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Script'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseSequencer
public Object caseSequencer(Sequencer object)(Code)
Returns the result of interpretting the object as an instance of 'Sequencer'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Sequencer'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseServiceEngine
public Object caseServiceEngine(ServiceEngine object)(Code)
Returns the result of interpretting the object as an instance of 'Service Engine'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Service Engine'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseStandardSchedule
public Object caseStandardSchedule(StandardSchedule object)(Code)
Returns the result of interpretting the object as an instance of 'Standard Schedule'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Standard Schedule'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseTCPIP
public Object caseTCPIP(TCPIP object)(Code)
Returns the result of interpretting the object as an instance of 'TCPIP'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'TCPIP'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseTCPIPClient
public Object caseTCPIPClient(TCPIPClient object)(Code)
Returns the result of interpretting the object as an instance of 'TCPIP Client'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'TCPIP Client'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseTCPIPServer
public Object caseTCPIPServer(TCPIPServer object)(Code)
Returns the result of interpretting the object as an instance of 'TCPIP Server'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'TCPIP Server'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseTransformer
public Object caseTransformer(Transformer object)(Code)
Returns the result of interpretting the object as an instance of 'Transformer'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Transformer'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseUpoc
public Object caseUpoc(Upoc object)(Code)
Returns the result of interpretting the object as an instance of 'Upoc'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Upoc'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseUpocBase
public Object caseUpocBase(UpocBase object)(Code)
Returns the result of interpretting the object as an instance of 'Upoc Base'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Upoc Base'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseUpocPostaccept
public Object caseUpocPostaccept(UpocPostaccept object)(Code)
Returns the result of interpretting the object as an instance of 'Upoc Postaccept'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Upoc Postaccept'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseUpocPostsend
public Object caseUpocPostsend(UpocPostsend object)(Code)
Returns the result of interpretting the object as an instance of 'Upoc Postsend'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Upoc Postsend'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseUpocPresend
public Object caseUpocPresend(UpocPresend object)(Code)
Returns the result of interpretting the object as an instance of 'Upoc Presend'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Upoc Presend'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseXSLT
public Object caseXSLT(XSLT object)(Code)
Returns the result of interpretting the object as an instance of 'XSLT'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'XSLT'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



defaultCase
public Object defaultCase(EObject object)(Code)
Returns the result of interpretting 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. the result of interpretting the object as an instance of 'EObject'.
See Also:   componentflowSwitch.doSwitch(org.eclipse.emf.ecore.EObject)



doSwitch
public Object doSwitch(EObject theEObject)(Code)
Calls caseXXX for each class of the model until one returns a non null result; it yields that result. the first non-null result returned by a caseXXX call.



doSwitch
protected Object doSwitch(EClass theEClass, EObject theEObject)(Code)
Calls caseXXX for each class of the model until one returns a non null result; it yields that result. the first non-null result returned by a caseXXX call.



doSwitch
protected Object doSwitch(int classifierID, EObject theEObject)(Code)
Calls caseXXX for each class of the model until one returns a non null result; it yields that result. the first non-null result returned by a caseXXX call.



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

ww_w.__j__a_v__a_2s._c_o__m__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.