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


java.lang.Object
   org.andromda.metafacades.uml.UMLProfile

All known Subclasses:   org.andromda.cartridges.xmlschema.XmlSchemaProfile,  org.andromda.cartridges.ejb.EJBProfile,  org.andromda.cartridges.spring.SpringProfile,  org.andromda.cartridges.hibernate.HibernateProfile,  org.andromda.cartridges.meta.MetaProfile,
UMLProfile
public class UMLProfile (Code)
Contains the common UML AndroMDA profile. That is, it contains elements "common" to all AndroMDA components (tagged values, stereotypes, and datatypes).
author:
   Chad Brandon


Field Summary
final public static  StringBLOB_TYPE_NAME
     Used to identify a Blob type in the model, any other type that will be identified as a Blob type must specialize this type.
final public static  StringBOOLEAN_TYPE_NAME
     Used to identify a boolean type in the model, any other type that will be identified as a boolean type must specialize this type.
final public static  StringCLOB_TYPE_NAME
     Used to identify a Clob type in the model, any other type that will be identified as a Clob type must specialize this type.
final public static  StringCOLLECTION_TYPE_NAME
     Used to identify collection types in the model, any other type that will be identified as a collection must specialize this type.
final public static  StringDATETIME_TYPE_NAME
     Used to identify datetime types in the model.
final public static  StringDATE_TYPE_NAME
     Used to identify date types in the model, any other type that will be identified as a date must specialize this type.
final public static  StringFILE_TYPE_NAME
     Used to identify a file type in the model, any other type that will be identified as a file type must specialize this type.
final public static  StringLIST_TYPE_NAME
     Used to identify a list type in the model, any other type that will be identified as a list must specialize this type.
final public static  StringMAP_TYPE_NAME
     Used to identify a map type in the model, any other type that will be identified as a map type must specialize this type.
final public static  StringOBJECT_TYPE_NAME
     Used to identify object types in the model, any other type that will be identified as an object must specialize this type.
final public static  StringSET_TYPE_NAME
     Used to identify a set type in the model, any other type that will be identified as a set must specialize this type.
final public static  StringSTEREOTYPE_APPLICATION_EXCEPTION
     Represents exceptions thrown during normal application processing (such as business exceptions).
final public static  StringSTEREOTYPE_CRITERIA
     Represents a criteria search.
final public static  StringSTEREOTYPE_EMBEDDED_VALUE
     Represents an embedded value (typically embedded with an entity as an attribute).
final public static  StringSTEREOTYPE_ENTITY
     Represents a persistent entity.
final public static  StringSTEREOTYPE_ENUMERATION
     Represents an enumeration type.
final public static  StringSTEREOTYPE_EXCEPTION
     The base exception stereotype.
final public static  StringSTEREOTYPE_EXCEPTION_REF
     Represents a reference to an exception model element.
final public static  StringSTEREOTYPE_FINDER_METHOD
     Represents a finder method on an entity.
final public static  StringSTEREOTYPE_FRONT_END_APPLICATION
     Represents a "front end" use case that is the entry point to the presentation tier.
final public static  StringSTEREOTYPE_FRONT_END_EXCEPTION
     Represents an exception on a "front-end" view.
final public static  StringSTEREOTYPE_FRONT_END_USECASE
     Represents a "front end" use case (that is a use case used to model a presentation tier or "front end").
final public static  StringSTEREOTYPE_FRONT_END_VIEW
     Represents a "front end" view (that is it can represent a JSP page, etc).
final public static  StringSTEREOTYPE_IDENTIFIER
     Represents the primary key of an entity.
final public static  StringSTEREOTYPE_MANAGEABLE
     Represents a manageable entity.
final public static  StringSTEREOTYPE_NULLABLE
     Used to indicate whether or not a parameter is nullable (since parameters do NOT allow specification of multiplicity.
final public static  StringSTEREOTYPE_SERVICE
     Represents a service.
final public static  StringSTEREOTYPE_TRANSIENT
     Indicates if a persistence type's property is transient.
final public static  StringSTEREOTYPE_UNEXPECTED_EXCEPTION
     Represents unexpected exceptions that can occur during application processing.
final public static  StringSTEREOTYPE_UNIQUE
     If an attribute has this stereotype, it is considered unique.
final public static  StringSTEREOTYPE_VALUE_OBJECT
     Represents a value object.
final public static  java.lang.StringSTEREOTYPE_WEBSERVICE
    

Represents a web service.

final public static  java.lang.StringSTEREOTYPE_WEBSERVICE_OPERATION
    

Stereotype an operation on a service if you wish to expose the operation.

final public static  StringSTRING_TYPE_NAME
     Used to identify a string type in the model, any other type that will be identified as a string type must specialize this type.
final public static  StringTAGGEDVALUE_DOCUMENTATION
    
final public static  StringTAGGEDVALUE_EXTERNAL_HYPERLINK
     Represents an external hyperlink (a website outside of a model).
final public static  StringTAGGEDVALUE_MANAGEABLE_DISPLAY_NAME
     The attribute to use when referencing this table from another one.
final public static  StringTAGGEDVALUE_MANAGEABLE_MAXIMUM_LIST_SIZE
     The maximum number of records to load from the DB at the same time.
final public static  StringTAGGEDVALUE_MANAGEABLE_PAGE_SIZE
     The maximum number of records to show at the same time.
final public static  StringTAGGEDVALUE_MANAGEABLE_RESOLVEABLE
     Indicates whether or not the underlying entity keys should be resolved when referencing it.
final public static  StringTAGGEDVALUE_MODEL_HYPERLINK
     Represents a model hyperlink stored as a tagged value.
final public static  StringTAGGEDVALUE_PERSISTENCE_ASSIGNED_IDENTIFIER
     Used on an identifier to indicate whether or not the identifier is assigned (meaning that the identifier is manually assigned instead of generated.
final public static  StringTAGGEDVALUE_PERSISTENCE_COLUMN
     Represents a relational table column name for entity persistence.
final public static  StringTAGGEDVALUE_PERSISTENCE_COLUMN_INDEX
     Represents a relational table column index name.
final public static  StringTAGGEDVALUE_PERSISTENCE_COLUMN_LENGTH
    
final public static  StringTAGGEDVALUE_PERSISTENCE_COLUMN_UNIQUE_GROUP
     Indicates whether or not the underlying entity keys should be resolved when referencing it.
final public static  StringTAGGEDVALUE_PERSISTENCE_ENUMERATION_LITERAL_PARAMETERS
     Used on an enumeration literal to define the enumeration literal parameters.
final public static  StringTAGGEDVALUE_PERSISTENCE_ENUMERATION_MEMBER_VARIABLE
     Used to assign an enumeration attribute as a member variable rather than a literal.
final public static  StringTAGGEDVALUE_PERSISTENCE_FOREIGN_IDENTIFIER
     Used on an association end to indicate whether its owning entity should have its identifier also be the foreign key to the related entity.
final public static  StringTAGGEDVALUE_PERSISTENCE_FOREIGN_KEY_CONSTRAINT_NAME
     Used on an association end to denote to name of the foreign key constraint to use in the database.
final public static  StringTAGGEDVALUE_PERSISTENCE_IMMUTABLE
     Indicates if a persistence type is immutable.
final public static  StringTAGGEDVALUE_PERSISTENCE_SCHEMA
     Represents the name of the schema for entity persistence.
final public static  StringTAGGEDVALUE_PERSISTENCE_TABLE
     Represents a relational table name for entity persistence.
final public static  StringTAGGEDVALUE_PRESENTATION_CONTROLLER_USECASE
     Used to assign the controller to the activity (when it can not be assigned explicity).
final public static  StringTAGGEDVALUE_PRESENTATION_IS_TABLE
     Used to indicate whether or not a parameter should be considered a table (used when no table columns are specified).
final public static  StringTAGGEDVALUE_PRESENTATION_TABLE_COLUMNS
     Used to assign the table columns to a collection/array type parameter representing a table.
final public static  StringTAGGEDVALUE_PRESENTATION_USECASE_ACTIVITY
     Used to associate an activity to a use case (when it can not be assigned explicitly).
final public static  StringTAGGEDVALUE_ROLE_NAME
    
final public static  StringTAGGEDVALUE_SERIALVERSION_UID
     Stores the serial version UID to be used for a class.
final public static  StringTAGGEDVALUE_WEBSERVICE_PROVIDER
     Stores the provider of the web service (RPC, EJB).
final public static  StringTAGGEDVALUE_WEBSERVICE_STYLE
     Stores the style of a web service (document, wrapped, rpc).
final public static  StringTAGGEDVALUE_WEBSERVICE_USE
     Stores the use of a web service (literal, encoded).
final public static  StringTIME_TYPE_NAME
     Used to identify time types in the model, any other type that will be identified as a time must specialize this type.
final public static  StringVOID_TYPE_NAME
     Used to identify a void type in the model, any other type that will be identified as a void type must specialize this type.



Field Detail
BLOB_TYPE_NAME
final public static String BLOB_TYPE_NAME(Code)
Used to identify a Blob type in the model, any other type that will be identified as a Blob type must specialize this type.



BOOLEAN_TYPE_NAME
final public static String BOOLEAN_TYPE_NAME(Code)
Used to identify a boolean type in the model, any other type that will be identified as a boolean type must specialize this type.



CLOB_TYPE_NAME
final public static String CLOB_TYPE_NAME(Code)
Used to identify a Clob type in the model, any other type that will be identified as a Clob type must specialize this type.



COLLECTION_TYPE_NAME
final public static String COLLECTION_TYPE_NAME(Code)
Used to identify collection types in the model, any other type that will be identified as a collection must specialize this type.



DATETIME_TYPE_NAME
final public static String DATETIME_TYPE_NAME(Code)
Used to identify datetime types in the model.



DATE_TYPE_NAME
final public static String DATE_TYPE_NAME(Code)
Used to identify date types in the model, any other type that will be identified as a date must specialize this type.



FILE_TYPE_NAME
final public static String FILE_TYPE_NAME(Code)
Used to identify a file type in the model, any other type that will be identified as a file type must specialize this type.



LIST_TYPE_NAME
final public static String LIST_TYPE_NAME(Code)
Used to identify a list type in the model, any other type that will be identified as a list must specialize this type.



MAP_TYPE_NAME
final public static String MAP_TYPE_NAME(Code)
Used to identify a map type in the model, any other type that will be identified as a map type must specialize this type.



OBJECT_TYPE_NAME
final public static String OBJECT_TYPE_NAME(Code)
Used to identify object types in the model, any other type that will be identified as an object must specialize this type.



SET_TYPE_NAME
final public static String SET_TYPE_NAME(Code)
Used to identify a set type in the model, any other type that will be identified as a set must specialize this type.



STEREOTYPE_APPLICATION_EXCEPTION
final public static String STEREOTYPE_APPLICATION_EXCEPTION(Code)
Represents exceptions thrown during normal application processing (such as business exceptions). It extends the base exception stereotype.



STEREOTYPE_CRITERIA
final public static String STEREOTYPE_CRITERIA(Code)
Represents a criteria search.



STEREOTYPE_EMBEDDED_VALUE
final public static String STEREOTYPE_EMBEDDED_VALUE(Code)
Represents an embedded value (typically embedded with an entity as an attribute).



STEREOTYPE_ENTITY
final public static String STEREOTYPE_ENTITY(Code)
Represents a persistent entity.



STEREOTYPE_ENUMERATION
final public static String STEREOTYPE_ENUMERATION(Code)
Represents an enumeration type.



STEREOTYPE_EXCEPTION
final public static String STEREOTYPE_EXCEPTION(Code)
The base exception stereotype. If a model element is stereotyped with this (or one of its specializations), then the exception can be generated by a cartridge and a dependency to it from an operation will add a throws clause.



STEREOTYPE_EXCEPTION_REF
final public static String STEREOTYPE_EXCEPTION_REF(Code)
Represents a reference to an exception model element. Model dependencies to unstereotyped exception model elements can be stereotyped with this. This allows the user to create a custom exception class since the exception itself will not be generated but the references to it will be (i.e. the throws clause within an operation).



STEREOTYPE_FINDER_METHOD
final public static String STEREOTYPE_FINDER_METHOD(Code)
Represents a finder method on an entity.



STEREOTYPE_FRONT_END_APPLICATION
final public static String STEREOTYPE_FRONT_END_APPLICATION(Code)
Represents a "front end" use case that is the entry point to the presentation tier.



STEREOTYPE_FRONT_END_EXCEPTION
final public static String STEREOTYPE_FRONT_END_EXCEPTION(Code)
Represents an exception on a "front-end" view.



STEREOTYPE_FRONT_END_USECASE
final public static String STEREOTYPE_FRONT_END_USECASE(Code)
Represents a "front end" use case (that is a use case used to model a presentation tier or "front end").



STEREOTYPE_FRONT_END_VIEW
final public static String STEREOTYPE_FRONT_END_VIEW(Code)
Represents a "front end" view (that is it can represent a JSP page, etc).



STEREOTYPE_IDENTIFIER
final public static String STEREOTYPE_IDENTIFIER(Code)
Represents the primary key of an entity.



STEREOTYPE_MANAGEABLE
final public static String STEREOTYPE_MANAGEABLE(Code)
Represents a manageable entity.



STEREOTYPE_NULLABLE
final public static String STEREOTYPE_NULLABLE(Code)
Used to indicate whether or not a parameter is nullable (since parameters do NOT allow specification of multiplicity.



STEREOTYPE_SERVICE
final public static String STEREOTYPE_SERVICE(Code)
Represents a service.



STEREOTYPE_TRANSIENT
final public static String STEREOTYPE_TRANSIENT(Code)
Indicates if a persistence type's property is transient.



STEREOTYPE_UNEXPECTED_EXCEPTION
final public static String STEREOTYPE_UNEXPECTED_EXCEPTION(Code)
Represents unexpected exceptions that can occur during application processing. This that a caller isn't expected to handle.



STEREOTYPE_UNIQUE
final public static String STEREOTYPE_UNIQUE(Code)
If an attribute has this stereotype, it is considered unique.



STEREOTYPE_VALUE_OBJECT
final public static String STEREOTYPE_VALUE_OBJECT(Code)
Represents a value object.



STEREOTYPE_WEBSERVICE
final public static java.lang.String STEREOTYPE_WEBSERVICE(Code)

Represents a web service. Stereotype a class with this stereotype when you want everything on the class to be exposed as a web service.




STEREOTYPE_WEBSERVICE_OPERATION
final public static java.lang.String STEREOTYPE_WEBSERVICE_OPERATION(Code)

Stereotype an operation on a service if you wish to expose the operation.




STRING_TYPE_NAME
final public static String STRING_TYPE_NAME(Code)
Used to identify a string type in the model, any other type that will be identified as a string type must specialize this type.



TAGGEDVALUE_DOCUMENTATION
final public static String TAGGEDVALUE_DOCUMENTATION(Code)
Represents documentation stored as a tagged value



TAGGEDVALUE_EXTERNAL_HYPERLINK
final public static String TAGGEDVALUE_EXTERNAL_HYPERLINK(Code)
Represents an external hyperlink (a website outside of a model).



TAGGEDVALUE_MANAGEABLE_DISPLAY_NAME
final public static String TAGGEDVALUE_MANAGEABLE_DISPLAY_NAME(Code)
The attribute to use when referencing this table from another one.



TAGGEDVALUE_MANAGEABLE_MAXIMUM_LIST_SIZE
final public static String TAGGEDVALUE_MANAGEABLE_MAXIMUM_LIST_SIZE(Code)
The maximum number of records to load from the DB at the same time.



TAGGEDVALUE_MANAGEABLE_PAGE_SIZE
final public static String TAGGEDVALUE_MANAGEABLE_PAGE_SIZE(Code)
The maximum number of records to show at the same time.



TAGGEDVALUE_MANAGEABLE_RESOLVEABLE
final public static String TAGGEDVALUE_MANAGEABLE_RESOLVEABLE(Code)
Indicates whether or not the underlying entity keys should be resolved when referencing it.



TAGGEDVALUE_MODEL_HYPERLINK
final public static String TAGGEDVALUE_MODEL_HYPERLINK(Code)
Represents a model hyperlink stored as a tagged value.



TAGGEDVALUE_PERSISTENCE_ASSIGNED_IDENTIFIER
final public static String TAGGEDVALUE_PERSISTENCE_ASSIGNED_IDENTIFIER(Code)
Used on an identifier to indicate whether or not the identifier is assigned (meaning that the identifier is manually assigned instead of generated.



TAGGEDVALUE_PERSISTENCE_COLUMN
final public static String TAGGEDVALUE_PERSISTENCE_COLUMN(Code)
Represents a relational table column name for entity persistence.



TAGGEDVALUE_PERSISTENCE_COLUMN_INDEX
final public static String TAGGEDVALUE_PERSISTENCE_COLUMN_INDEX(Code)
Represents a relational table column index name.



TAGGEDVALUE_PERSISTENCE_COLUMN_LENGTH
final public static String TAGGEDVALUE_PERSISTENCE_COLUMN_LENGTH(Code)
Represents a relational table column length



TAGGEDVALUE_PERSISTENCE_COLUMN_UNIQUE_GROUP
final public static String TAGGEDVALUE_PERSISTENCE_COLUMN_UNIQUE_GROUP(Code)
Indicates whether or not the underlying entity keys should be resolved when referencing it.



TAGGEDVALUE_PERSISTENCE_ENUMERATION_LITERAL_PARAMETERS
final public static String TAGGEDVALUE_PERSISTENCE_ENUMERATION_LITERAL_PARAMETERS(Code)
Used on an enumeration literal to define the enumeration literal parameters.



TAGGEDVALUE_PERSISTENCE_ENUMERATION_MEMBER_VARIABLE
final public static String TAGGEDVALUE_PERSISTENCE_ENUMERATION_MEMBER_VARIABLE(Code)
Used to assign an enumeration attribute as a member variable rather than a literal.



TAGGEDVALUE_PERSISTENCE_FOREIGN_IDENTIFIER
final public static String TAGGEDVALUE_PERSISTENCE_FOREIGN_IDENTIFIER(Code)
Used on an association end to indicate whether its owning entity should have its identifier also be the foreign key to the related entity.



TAGGEDVALUE_PERSISTENCE_FOREIGN_KEY_CONSTRAINT_NAME
final public static String TAGGEDVALUE_PERSISTENCE_FOREIGN_KEY_CONSTRAINT_NAME(Code)
Used on an association end to denote to name of the foreign key constraint to use in the database.



TAGGEDVALUE_PERSISTENCE_IMMUTABLE
final public static String TAGGEDVALUE_PERSISTENCE_IMMUTABLE(Code)
Indicates if a persistence type is immutable.



TAGGEDVALUE_PERSISTENCE_SCHEMA
final public static String TAGGEDVALUE_PERSISTENCE_SCHEMA(Code)
Represents the name of the schema for entity persistence.



TAGGEDVALUE_PERSISTENCE_TABLE
final public static String TAGGEDVALUE_PERSISTENCE_TABLE(Code)
Represents a relational table name for entity persistence.



TAGGEDVALUE_PRESENTATION_CONTROLLER_USECASE
final public static String TAGGEDVALUE_PRESENTATION_CONTROLLER_USECASE(Code)
Used to assign the controller to the activity (when it can not be assigned explicity).



TAGGEDVALUE_PRESENTATION_IS_TABLE
final public static String TAGGEDVALUE_PRESENTATION_IS_TABLE(Code)
Used to indicate whether or not a parameter should be considered a table (used when no table columns are specified).



TAGGEDVALUE_PRESENTATION_TABLE_COLUMNS
final public static String TAGGEDVALUE_PRESENTATION_TABLE_COLUMNS(Code)
Used to assign the table columns to a collection/array type parameter representing a table.



TAGGEDVALUE_PRESENTATION_USECASE_ACTIVITY
final public static String TAGGEDVALUE_PRESENTATION_USECASE_ACTIVITY(Code)
Used to associate an activity to a use case (when it can not be assigned explicitly).



TAGGEDVALUE_ROLE_NAME
final public static String TAGGEDVALUE_ROLE_NAME(Code)
Stores the name of the role (if it's different than the name of the actor stereotyped as role)



TAGGEDVALUE_SERIALVERSION_UID
final public static String TAGGEDVALUE_SERIALVERSION_UID(Code)
Stores the serial version UID to be used for a class. If not specified, it will be calculated based on the class signature.
See Also:   org.andromda.metafacades.uml14.ClassifierFacadeLogicImpl.handleGetSerialVersionUID



TAGGEDVALUE_WEBSERVICE_PROVIDER
final public static String TAGGEDVALUE_WEBSERVICE_PROVIDER(Code)
Stores the provider of the web service (RPC, EJB).



TAGGEDVALUE_WEBSERVICE_STYLE
final public static String TAGGEDVALUE_WEBSERVICE_STYLE(Code)
Stores the style of a web service (document, wrapped, rpc).



TAGGEDVALUE_WEBSERVICE_USE
final public static String TAGGEDVALUE_WEBSERVICE_USE(Code)
Stores the use of a web service (literal, encoded).



TIME_TYPE_NAME
final public static String TIME_TYPE_NAME(Code)
Used to identify time types in the model, any other type that will be identified as a time must specialize this type.



VOID_TYPE_NAME
final public static String VOID_TYPE_NAME(Code)
Used to identify a void type in the model, any other type that will be identified as a void type must specialize this type.





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)

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