Source Code Cross Referenced for ComponentFlowEditorElement.java in  » ESB » cbesb-1.2 » com » bostechcorp » cbesb » ui » componentflow » componentFlowEditor » 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 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /**
002:         * <copyright>
003:         * </copyright>
004:         *
005:         * $Id: ComponentFlowEditorElement.java 251 2006-08-18 01:00:08Z mpreston $
006:         */package com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor;
007:
008:        import org.eclipse.emf.ecore.EObject;
009:
010:        /**
011:         * <!-- begin-user-doc -->
012:         * A representation of the model object '<em><b>Component Flow Editor Element</b></em>'.
013:         * <!-- end-user-doc -->
014:         *
015:         * <p>
016:         * The following features are supported:
017:         * <ul>
018:         *   <li>{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.ComponentFlowEditorElement#getInterfaceName <em>Interface Name</em>}</li>
019:         *   <li>{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.ComponentFlowEditorElement#getServiceName <em>Service Name</em>}</li>
020:         *   <li>{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.ComponentFlowEditorElement#getUseCCSL <em>Use CCSL</em>}</li>
021:         *   <li>{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.ComponentFlowEditorElement#getProviderCCSL <em>Provider CCSL</em>}</li>
022:         * </ul>
023:         * </p>
024:         *
025:         * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage#getComponentFlowEditorElement()
026:         * @model
027:         * @generated
028:         */
029:        public interface ComponentFlowEditorElement extends BaseElement {
030:            /**
031:             * <!-- begin-user-doc -->
032:             * <!-- end-user-doc -->
033:             * @generated
034:             */
035:            String copyright = "Copyright, Bostech Corp.";
036:
037:            /**
038:             * Returns the value of the '<em><b>Interface Name</b></em>' attribute.
039:             * <!-- begin-user-doc -->
040:             * <p>
041:             * If the meaning of the '<em>Interface Name</em>' attribute isn't clear,
042:             * there really should be more of a description here...
043:             * </p>
044:             * <!-- end-user-doc -->
045:             * @return the value of the '<em>Interface Name</em>' attribute.
046:             * @see #setInterfaceName(String)
047:             * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage#getComponentFlowEditorElement_InterfaceName()
048:             * @model
049:             * @generated
050:             */
051:            String getInterfaceName();
052:
053:            /**
054:             * Sets the value of the '{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.ComponentFlowEditorElement#getInterfaceName <em>Interface Name</em>}' attribute.
055:             * <!-- begin-user-doc -->
056:             * <!-- end-user-doc -->
057:             * @param value the new value of the '<em>Interface Name</em>' attribute.
058:             * @see #getInterfaceName()
059:             * @generated
060:             */
061:            void setInterfaceName(String value);
062:
063:            /**
064:             * Returns the value of the '<em><b>Service Name</b></em>' attribute.
065:             * <!-- begin-user-doc -->
066:             * <p>
067:             * If the meaning of the '<em>Service Name</em>' attribute isn't clear,
068:             * there really should be more of a description here...
069:             * </p>
070:             * <!-- end-user-doc -->
071:             * @return the value of the '<em>Service Name</em>' attribute.
072:             * @see #setServiceName(String)
073:             * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage#getComponentFlowEditorElement_ServiceName()
074:             * @model
075:             * @generated
076:             */
077:            String getServiceName();
078:
079:            /**
080:             * Sets the value of the '{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.ComponentFlowEditorElement#getServiceName <em>Service Name</em>}' attribute.
081:             * <!-- begin-user-doc -->
082:             * <!-- end-user-doc -->
083:             * @param value the new value of the '<em>Service Name</em>' attribute.
084:             * @see #getServiceName()
085:             * @generated
086:             */
087:            void setServiceName(String value);
088:
089:            /**
090:             * Returns the value of the '<em><b>Use CCSL</b></em>' attribute.
091:             * The default value is <code>"true"</code>.
092:             * <!-- begin-user-doc -->
093:             * <p>
094:             * If the meaning of the '<em>Use CCSL</em>' attribute isn't clear,
095:             * there really should be more of a description here...
096:             * </p>
097:             * <!-- end-user-doc -->
098:             * @return the value of the '<em>Use CCSL</em>' attribute.
099:             * @see #setUseCCSL(Boolean)
100:             * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage#getComponentFlowEditorElement_UseCCSL()
101:             * @model default="true"
102:             * @generated
103:             */
104:            Boolean getUseCCSL();
105:
106:            /**
107:             * Sets the value of the '{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.ComponentFlowEditorElement#getUseCCSL <em>Use CCSL</em>}' attribute.
108:             * <!-- begin-user-doc -->
109:             * <!-- end-user-doc -->
110:             * @param value the new value of the '<em>Use CCSL</em>' attribute.
111:             * @see #getUseCCSL()
112:             * @generated
113:             */
114:            void setUseCCSL(Boolean value);
115:
116:            /**
117:             * Returns the value of the '<em><b>Provider CCSL</b></em>' containment reference.
118:             * <!-- begin-user-doc -->
119:             * <p>
120:             * If the meaning of the '<em>Provider CCSL</em>' containment reference isn't clear,
121:             * there really should be more of a description here...
122:             * </p>
123:             * <!-- end-user-doc -->
124:             * @return the value of the '<em>Provider CCSL</em>' containment reference.
125:             * @see #setProviderCCSL(ProviderCCSL)
126:             * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage#getComponentFlowEditorElement_ProviderCCSL()
127:             * @model containment="true"
128:             * @generated
129:             */
130:            ProviderCCSL getProviderCCSL();
131:
132:            /**
133:             * Sets the value of the '{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.ComponentFlowEditorElement#getProviderCCSL <em>Provider CCSL</em>}' containment reference.
134:             * <!-- begin-user-doc -->
135:             * <!-- end-user-doc -->
136:             * @param value the new value of the '<em>Provider CCSL</em>' containment reference.
137:             * @see #getProviderCCSL()
138:             * @generated
139:             */
140:            void setProviderCCSL(ProviderCCSL value);
141:
142:        } // ComponentFlowEditorElement
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.