Java Doc for ClassifierFacadeLogicImpl.java in  » UML » AndroMDA-3.2 » org » andromda » metafacades » uml14 » 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.uml14 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.andromda.metafacades.uml14.ClassifierFacadeLogicImpl

ClassifierFacadeLogicImpl
public class ClassifierFacadeLogicImpl extends ClassifierFacadeLogic (Code)
Metaclass facade implementation.



Constructor Summary
public  ClassifierFacadeLogicImpl(org.omg.uml.foundation.core.Classifier metaObject, String context)
    

Method Summary
protected  TypeMappingsgetWrapperMappings()
     Gets the mappings from primitive types to wrapper types.
protected  AttributeFacadehandleFindAttribute(String name)
    
protected  CollectionhandleGetAbstractions()
    
protected  CollectionhandleGetAllAssociatedClasses()
    
public  CollectionhandleGetAllProperties()
    
public  CollectionhandleGetAllRequiredConstructorParameters()
    
protected  ObjecthandleGetArray()
    
protected  StringhandleGetArrayName()
    
protected  CollectionhandleGetAssociatedClasses()
    
protected  java.util.ListhandleGetAssociationEnds()
    
protected  java.util.CollectionhandleGetAttributes()
    
protected  CollectionhandleGetAttributes(boolean follow)
    
protected  StringhandleGetFullyQualifiedArrayName()
    
protected  java.util.CollectionhandleGetImplementationOperations()
     Note: if this instance represents an actual class we resolve any realized interfaces recursively, in case this instance represents an interface we return only the owned operations.
protected  StringhandleGetImplementedInterfaceList()
    
protected  java.util.CollectionhandleGetInstanceAttributes()
    
protected  CollectionhandleGetInstanceOperations()
    
protected  CollectionhandleGetInterfaceAbstractions()
    
protected  StringhandleGetJavaNullString()
    
protected  StringhandleGetName()
     Overridden to provide name masking.
protected  CollectionhandleGetNavigableConnectingEnds()
    
protected  CollectionhandleGetNavigableConnectingEnds(boolean follow)
    
protected  ObjecthandleGetNonArray()
    
protected  StringhandleGetOperationCallFromAttributes()
    
protected  CollectionhandleGetOperations()
    
protected  java.util.CollectionhandleGetProperties()
    
protected  CollectionhandleGetProperties(boolean follow)
    
public  CollectionhandleGetRequiredConstructorParameters()
    
protected  LonghandleGetSerialVersionUID()
    
protected  CollectionhandleGetStaticAttributes()
    
protected  CollectionhandleGetStaticOperations()
    
protected  ObjecthandleGetSuperClass()
    
protected  StringhandleGetWrapperName()
    
protected  booleanhandleIsAbstract()
    
protected  booleanhandleIsArrayType()
    
protected  booleanhandleIsAssociationClass()
    
protected  booleanhandleIsBlobType()
    
protected  booleanhandleIsBooleanType()
    
protected  booleanhandleIsClobType()
    
protected  booleanhandleIsCollectionType()
    
protected  booleanhandleIsDataType()
    
protected  booleanhandleIsDateType()
    
protected  booleanhandleIsEnumeration()
    
protected  booleanhandleIsFileType()
    
protected  booleanhandleIsInterface()
    
protected  booleanhandleIsLeaf()
    
protected  booleanhandleIsListType()
    
public  booleanhandleIsMapType()
    
protected  booleanhandleIsPrimitive()
    
protected  booleanhandleIsSetType()
    
protected  booleanhandleIsStringType()
    
protected  booleanhandleIsTimeType()
    


Constructor Detail
ClassifierFacadeLogicImpl
public ClassifierFacadeLogicImpl(org.omg.uml.foundation.core.Classifier metaObject, String context)(Code)




Method Detail
getWrapperMappings
protected TypeMappings getWrapperMappings()(Code)
Gets the mappings from primitive types to wrapper types. Some languages have primitives (i.e., Java) and some languages don't, so therefore this property is optional. the wrapper mappings



handleFindAttribute
protected AttributeFacade handleFindAttribute(String name)(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.findAttribute(java.lang.String)



handleGetAbstractions
protected Collection handleGetAbstractions()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.getAbstractions



handleGetAllAssociatedClasses
protected Collection handleGetAllAssociatedClasses()(Code)



handleGetAllProperties
public Collection handleGetAllProperties()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.getAllProperties



handleGetAllRequiredConstructorParameters
public Collection handleGetAllRequiredConstructorParameters()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.getAllRequiredConstructorParameters



handleGetArray
protected Object handleGetArray()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.getArray



handleGetArrayName
protected String handleGetArrayName()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.getArrayName



handleGetAssociatedClasses
protected Collection handleGetAssociatedClasses()(Code)



handleGetAssociationEnds
protected java.util.List handleGetAssociationEnds()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.getAssociationEnds



handleGetAttributes
protected java.util.Collection handleGetAttributes()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.getAttributes



handleGetAttributes
protected Collection handleGetAttributes(boolean follow)(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.getAttributes(boolean)



handleGetFullyQualifiedArrayName
protected String handleGetFullyQualifiedArrayName()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.getFullyQualifiedArrayName



handleGetImplementationOperations
protected java.util.Collection handleGetImplementationOperations()(Code)
Note: if this instance represents an actual class we resolve any realized interfaces recursively, in case this instance represents an interface we return only the owned operations.
See Also:   org.andromda.metafacades.uml.ClassifierFacade.getOperations



handleGetImplementedInterfaceList
protected String handleGetImplementedInterfaceList()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.getImplementedInterfaceList



handleGetInstanceAttributes
protected java.util.Collection handleGetInstanceAttributes()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.getInstanceAttributes



handleGetInstanceOperations
protected Collection handleGetInstanceOperations()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.getInstanceOperations



handleGetInterfaceAbstractions
protected Collection handleGetInterfaceAbstractions()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.getInterfaceAbstractions



handleGetJavaNullString
protected String handleGetJavaNullString()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.getJavaNullString



handleGetName
protected String handleGetName()(Code)
Overridden to provide name masking.
See Also:   org.andromda.metafacades.uml.ModelElementFacade.getName



handleGetNavigableConnectingEnds
protected Collection handleGetNavigableConnectingEnds()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.getNavigableConnectingEnds



handleGetNavigableConnectingEnds
protected Collection handleGetNavigableConnectingEnds(boolean follow)(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.getNavigableConnectingEnds(boolean)



handleGetNonArray
protected Object handleGetNonArray()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.getNonArray



handleGetOperationCallFromAttributes
protected String handleGetOperationCallFromAttributes()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.getOperationCallFromAttributes



handleGetOperations
protected Collection handleGetOperations()(Code)



handleGetProperties
protected java.util.Collection handleGetProperties()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.getProperties



handleGetProperties
protected Collection handleGetProperties(boolean follow)(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.getProperties(boolean)



handleGetRequiredConstructorParameters
public Collection handleGetRequiredConstructorParameters()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.getRequiredConstructorParameters



handleGetSerialVersionUID
protected Long handleGetSerialVersionUID()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.getSerialVersionUID



handleGetStaticAttributes
protected Collection handleGetStaticAttributes()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.getStaticAttributes



handleGetStaticOperations
protected Collection handleGetStaticOperations()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.getStaticOperations



handleGetSuperClass
protected Object handleGetSuperClass()(Code)



handleGetWrapperName
protected String handleGetWrapperName()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.getWrapperName



handleIsAbstract
protected boolean handleIsAbstract()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.isAbstract



handleIsArrayType
protected boolean handleIsArrayType()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.isArrayType



handleIsAssociationClass
protected boolean handleIsAssociationClass()(Code)

See Also:   org.andromda.metafacades.uml14.ClassifierFacadeLogic.handleIsAssociationClass



handleIsBlobType
protected boolean handleIsBlobType()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.isBlobType



handleIsBooleanType
protected boolean handleIsBooleanType()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.isBooleanType



handleIsClobType
protected boolean handleIsClobType()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.isClobType



handleIsCollectionType
protected boolean handleIsCollectionType()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.isCollectionType



handleIsDataType
protected boolean handleIsDataType()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.isDataType



handleIsDateType
protected boolean handleIsDateType()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.isDateType



handleIsEnumeration
protected boolean handleIsEnumeration()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.isEnumeration



handleIsFileType
protected boolean handleIsFileType()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.isFileType



handleIsInterface
protected boolean handleIsInterface()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.isInterface



handleIsLeaf
protected boolean handleIsLeaf()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.isLeaf



handleIsListType
protected boolean handleIsListType()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.isListType



handleIsMapType
public boolean handleIsMapType()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.isMapType



handleIsPrimitive
protected boolean handleIsPrimitive()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.isPrimitive



handleIsSetType
protected boolean handleIsSetType()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.isSetType



handleIsStringType
protected boolean handleIsStringType()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.isStringType



handleIsTimeType
protected boolean handleIsTimeType()(Code)

See Also:   org.andromda.metafacades.uml.ClassifierFacade.isTimeType



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.