Java Doc for AbstractNamespace.java in  » UML » MetaBoss » com » metaboss » sdlctools » models » metabossmodel » datadictionarymodel » 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 » MetaBoss » com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.AbstractNamespace

All known Subclasses:   com.metaboss.sdlctools.models.impl.metabossmodel.datadictionarymodel.AbstractNamespaceImpl,
AbstractNamespace
public interface AbstractNamespace extends com.metaboss.sdlctools.models.metabossmodel.ModelElement(Code)
AbstractNamespace object instance interface.




Method Summary
public  com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataTypefindDataType(java.lang.String pDataTypeName)
    
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.MessagefindMessage(java.lang.String pMessageName)
    
public  com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.StructurefindStructure(java.lang.String pStructureName)
    
public  com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.NamespacefindSubNamespace(java.lang.String pNamespaceName)
    
public  com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.TypeTemplatefindTypeTemplate(java.lang.String pTypeTemplateName)
    
public  java.util.CollectiongetCombinedDataTypes()
    
public  java.util.CollectiongetCombinedMessages()
    
public  java.util.CollectiongetCombinedStructures()
    
public  java.util.CollectiongetCombinedSubNamespaces()
    
public  java.util.CollectiongetCombinedTypeTemplates()
    
public  java.util.CollectiongetCombinedTypes()
     Returns list of DataTypes, Structures and Messages used in the Namespace.
public  com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataTypegetDataType(java.lang.String pDataTypeName)
    
public  java.util.CollectiongetDataTypes()
     Returns the value of reference dataTypes.
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.MessagegetMessage(java.lang.String pMessageName)
    
public  java.util.CollectiongetMessages()
     Returns the value of reference messages.
public  java.util.ListgetPathWithDictionary()
     Returns list containing chain of owner namespaces including this namespace itself.
public  java.util.ListgetPathWithoutDictionary()
     Returns list containing chain of owner namespaces including this namespace itself.
public  com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.StructuregetStructure(java.lang.String pStructureName)
    
public  java.util.CollectiongetStructures()
     Returns the value of reference structures.
public  java.util.ListgetStructuresInDependencyOrder()
     Returns ordered collection of of Structures owned by this namespace in the dependency order.
public  com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.NamespacegetSubNamespace(java.lang.String pNamespaceName)
    
public  java.util.CollectiongetSubNamespaces()
     Returns the value of reference subNamespaces.
public  com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.TypeTemplategetTypeTemplate(java.lang.String pTypeTemplateName)
    
public  java.util.CollectiongetTypeTemplates()
     Returns the value of reference typeTemplates.



Method Detail
findDataType
public com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType findDataType(java.lang.String pDataTypeName)(Code)
Finds data type with the given name or returns null if not found
Parameters:
  pDataTypeName - Finds data type with the given name or returns null if not found



findMessage
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.Message findMessage(java.lang.String pMessageName)(Code)
Finds message with the given name or returns null if not found
Parameters:
  pMessageName - Finds message with the given name or returns null if not found



findStructure
public com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.Structure findStructure(java.lang.String pStructureName)(Code)
Finds structure with the given name or returns null if not found
Parameters:
  pStructureName - Finds structure with the given name or returns null if not found



findSubNamespace
public com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.Namespace findSubNamespace(java.lang.String pNamespaceName)(Code)
Finds subnamespace with the given name or returns null if not found
Parameters:
  pNamespaceName - Finds subnamespace with the given name or returns null if not found



findTypeTemplate
public com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.TypeTemplate findTypeTemplate(java.lang.String pTypeTemplateName)(Code)
Finds type template with the given name or returns null if not found
Parameters:
  pTypeTemplateName - Finds type template with the given name or returns null if not found



getCombinedDataTypes
public java.util.Collection getCombinedDataTypes()(Code)
Returns read-only collection of all data types contained in this namespace and all subnamespaces Returns read-only collection of all data types contained in this namespace and all subnamespaces



getCombinedMessages
public java.util.Collection getCombinedMessages()(Code)
Returns read-only collection of all messages contained in this namespace and all subnamespaces Returns read-only collection of all messages contained in this namespace and all subnamespaces



getCombinedStructures
public java.util.Collection getCombinedStructures()(Code)
Returns read-only collection of all structures contained in this namespace and all subnamespaces Returns read-only collection of all structures contained in this namespace and all subnamespaces



getCombinedSubNamespaces
public java.util.Collection getCombinedSubNamespaces()(Code)
Returns read-only collection of all namespaces contained in this namespace and all subnamespaces Returns read-only collection of all namespaces contained in this namespace and all subnamespaces



getCombinedTypeTemplates
public java.util.Collection getCombinedTypeTemplates()(Code)
Returns read-only collection of all type templates contained in this namespace and all subnamespaces Returns read-only collection of all type templates contained in this namespace and all subnamespaces



getCombinedTypes
public java.util.Collection getCombinedTypes()(Code)
Returns list of DataTypes, Structures and Messages used in the Namespace. This includes owned and referenced elements. Returns list of DataTypes, Structures and Messages used in the Namespace. This includes owned and referenced elements.



getDataType
public com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType getDataType(java.lang.String pDataTypeName)(Code)
Finds data type with the given name or throws exception if not found
Parameters:
  pDataTypeName - Finds data type with the given name or throws exception if not found



getDataTypes
public java.util.Collection getDataTypes()(Code)
Returns the value of reference dataTypes. Value of reference dataTypes.



getMessage
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.Message getMessage(java.lang.String pMessageName)(Code)
Finds message with the given name or throws exception if not found
Parameters:
  pMessageName - Finds message with the given name or throws exception if not found



getMessages
public java.util.Collection getMessages()(Code)
Returns the value of reference messages. Value of reference messages.



getPathWithDictionary
public java.util.List getPathWithDictionary()(Code)
Returns list containing chain of owner namespaces including this namespace itself. DataDictionary is always at the list position zero and this namespace is always at the last position. If this abstract namespace itself is a DataDictionary - the returned list has only one element. Returns list containing chain of owner namespaces including this namespace itself. DataDictionary is always at the list position zero and this namespace is always at the last position. If this abstract namespace itself is a DataDictionary - the returned list has only one element.



getPathWithoutDictionary
public java.util.List getPathWithoutDictionary()(Code)
Returns list containing chain of owner namespaces including this namespace itself. DataDictionary is always excluded and this namespace is always at the last position. If this abstract namespace itself is a DataDictionary - the returned list is empty. Returns list containing chain of owner namespaces including this namespace itself. DataDictionary is always excluded and this namespace is always at the last position. If this abstract namespace itself is a DataDictionary - the returned list is empty.



getStructure
public com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.Structure getStructure(java.lang.String pStructureName)(Code)
Finds structure with the given name or throws exception if not found
Parameters:
  pStructureName - Finds structure with the given name or throws exception if not found



getStructures
public java.util.Collection getStructures()(Code)
Returns the value of reference structures. Value of reference structures.



getStructuresInDependencyOrder
public java.util.List getStructuresInDependencyOrder()(Code)
Returns ordered collection of of Structures owned by this namespace in the dependency order. Dependency order means that a Structure does not depend on any Structures located further down the list from where it is located. Returns ordered collection of of Structures owned by this namespace in the dependency order. Dependency order means that a Structure does not depend on any Structures located further down the list from where it is located.



getSubNamespace
public com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.Namespace getSubNamespace(java.lang.String pNamespaceName)(Code)
Finds subnamespace with the given name or throws exception if not found
Parameters:
  pNamespaceName - Finds subnamespace with the given name or throws exception if not found



getSubNamespaces
public java.util.Collection getSubNamespaces()(Code)
Returns the value of reference subNamespaces. Value of reference subNamespaces.



getTypeTemplate
public com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.TypeTemplate getTypeTemplate(java.lang.String pTypeTemplateName)(Code)
Finds type template with the given name or throws exception if not found
Parameters:
  pTypeTemplateName - Finds type template with the given name or throws exception if not found



getTypeTemplates
public java.util.Collection getTypeTemplates()(Code)
Returns the value of reference typeTemplates. Value of reference typeTemplates.



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