Java Doc for OperationFacadeLogicImpl.java in » UML » AndroMDA-3.2 » org » andromda » metafacades » emf » uml2 » 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
»
UML
»
AndroMDA 3.2
»
org.andromda.metafacades.emf.uml2
Source Cross Reference
Class Diagram
Java Document (Java Doc)
org.andromda.metafacades.emf.uml2
.OperationFacadeLogicImpl
OperationFacadeLogicImpl
public
class OperationFacadeLogicImpl extends OperationFacadeLogic
(Code)
MetafacadeLogic implementation for org.andromda.metafacades.uml.OperationFacade.
See Also:
org.andromda.metafacades.uml.OperationFacade
Constructor Summary
public
OperationFacadeLogicImpl
(org.eclipse.uml2.Operation metaObject,
String
context)
Method Summary
public
Object
getValidationOwner
()
protected
ParameterFacade
handleFindParameter
(
String
name)
protected
java.lang.Object
handleFindTaggedValue
(
java.lang.String
name, boolean follow)
protected
java.lang.String
handleGetArgumentNames
()
protected
java.lang.String
handleGetArgumentTypeNames
()
protected
java.util.Collection
handleGetArguments
()
protected
java.lang.String
handleGetCall
()
protected
java.lang.String
handleGetConcurrency
()
protected
java.lang.String
handleGetExceptionList
()
protected
java.lang.String
handleGetExceptionList
(
java.lang.String
initialExceptions)
protected
Collection
handleGetExceptions
()
protected
int
handleGetLower
()
protected
String
handleGetName
()
Overridden to provide name masking.
protected
Object
handleGetOverriddenOperation
()
protected
java.lang.Object
handleGetOwner
()
protected
java.util.Collection
handleGetParameters
()
protected
java.lang.String
handleGetPostconditionName
()
protected
java.util.Collection
handleGetPostconditions
()
protected
java.lang.String
handleGetPreconditionCall
()
protected
java.lang.String
handleGetPreconditionName
()
protected
java.lang.String
handleGetPreconditionSignature
()
protected
java.util.Collection
handleGetPreconditions
()
public
ParameterFacade
handleGetReturnParameter
()
Get the first UML2 ReturnResult parameter.
protected
java.lang.Object
handleGetReturnType
()
protected
java.lang.String
handleGetSignature
()
protected
java.lang.String
handleGetSignature
(boolean withArgumentNames)
protected
java.lang.String
handleGetSignature
(
java.lang.String
argumentModifier)
protected
java.lang.String
handleGetTypedArgumentList
()
protected
java.lang.String
handleGetTypedArgumentList
(
java.lang.String
modifier)
protected
int
handleGetUpper
()
protected
boolean
handleIsAbstract
()
protected
boolean
handleIsExceptionsPresent
()
protected
boolean
handleIsOverriding
()
protected
boolean
handleIsPostconditionsPresent
()
protected
boolean
handleIsPreconditionsPresent
()
protected
boolean
handleIsQuery
()
protected
boolean
handleIsReturnTypePresent
()
protected
boolean
handleIsStatic
()
Constructor Detail
OperationFacadeLogicImpl
public
OperationFacadeLogicImpl(org.eclipse.uml2.Operation metaObject,
String
context)
(Code)
Method Detail
getValidationOwner
public
Object
getValidationOwner()
(Code)
See Also:
org.andromda.core.metafacade.MetafacadeBase.getValidationOwner
handleFindParameter
protected
ParameterFacade handleFindParameter(
String
name)
(Code)
See Also:
org.andromda.metafacades.emf.uml2.OperationFacade.findParameter(java.lang.String)
handleFindTaggedValue
protected
java.lang.Object
handleFindTaggedValue(
java.lang.String
name, boolean follow)
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.findTaggedValue(java.lang.Stringboolean)
handleGetArgumentNames
protected
java.lang.String
handleGetArgumentNames()
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.getArgumentNames
handleGetArgumentTypeNames
protected
java.lang.String
handleGetArgumentTypeNames()
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.getArgumentTypeNames
handleGetArguments
protected
java.util.Collection
handleGetArguments()
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.getArguments
handleGetCall
protected
java.lang.String
handleGetCall()
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.getCall
handleGetConcurrency
protected
java.lang.String
handleGetConcurrency()
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.getConcurrency
handleGetExceptionList
protected
java.lang.String
handleGetExceptionList()
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.getExceptionList
handleGetExceptionList
protected
java.lang.String
handleGetExceptionList(
java.lang.String
initialExceptions)
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.getExceptionList(java.lang.String)
handleGetExceptions
protected
Collection
handleGetExceptions()
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.getExceptions
handleGetLower
protected
int handleGetLower()
(Code)
Get the UML lower multiplicity Not implemented for UML1.4
handleGetName
protected
String
handleGetName()
(Code)
Overridden to provide name masking.
See Also:
org.andromda.metafacades.uml.ModelElementFacade.getName
handleGetOverriddenOperation
protected
Object
handleGetOverriddenOperation()
(Code)
handleGetOwner
protected
java.lang.Object
handleGetOwner()
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.getOwner
handleGetParameters
protected
java.util.Collection
handleGetParameters()
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.getParameters
handleGetPostconditionName
protected
java.lang.String
handleGetPostconditionName()
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.getPostconditionName
handleGetPostconditions
protected
java.util.Collection
handleGetPostconditions()
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.getPostconditions
handleGetPreconditionCall
protected
java.lang.String
handleGetPreconditionCall()
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.getPreconditionCall
handleGetPreconditionName
protected
java.lang.String
handleGetPreconditionName()
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.getPreconditionName
handleGetPreconditionSignature
protected
java.lang.String
handleGetPreconditionSignature()
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.getPreconditionSignature
handleGetPreconditions
protected
java.util.Collection
handleGetPreconditions()
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.getPreconditions
handleGetReturnParameter
public
ParameterFacade handleGetReturnParameter()
(Code)
Get the first UML2 ReturnResult parameter. Not implemented for UML1.4
handleGetReturnType
protected
java.lang.Object
handleGetReturnType()
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.getReturnType
handleGetSignature
protected
java.lang.String
handleGetSignature()
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.getSignature
handleGetSignature
protected
java.lang.String
handleGetSignature(boolean withArgumentNames)
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.getSignature(boolean)
handleGetSignature
protected
java.lang.String
handleGetSignature(
java.lang.String
argumentModifier)
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.getSignature(java.lang.String)
handleGetTypedArgumentList
protected
java.lang.String
handleGetTypedArgumentList()
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.getTypedArgumentList
handleGetTypedArgumentList
protected
java.lang.String
handleGetTypedArgumentList(
java.lang.String
modifier)
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.getTypedArgumentList(java.lang.String)
handleGetUpper
protected
int handleGetUpper()
(Code)
Get the UML upper multiplicity Not implemented for UML1.4
handleIsAbstract
protected
boolean handleIsAbstract()
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.isAbstract
handleIsExceptionsPresent
protected
boolean handleIsExceptionsPresent()
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.isExceptionsPresent
handleIsOverriding
protected
boolean handleIsOverriding()
(Code)
handleIsPostconditionsPresent
protected
boolean handleIsPostconditionsPresent()
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.isPostconditionsPresent
handleIsPreconditionsPresent
protected
boolean handleIsPreconditionsPresent()
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.isPreconditionsPresent
handleIsQuery
protected
boolean handleIsQuery()
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.isQuery
handleIsReturnTypePresent
protected
boolean handleIsReturnTypePresent()
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.isReturnTypePresent
handleIsStatic
protected
boolean handleIsStatic()
(Code)
See Also:
org.andromda.metafacades.uml.OperationFacade.isStatic
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.