Java Doc for AbstractCodeGeneratorClass.java in  » IDE-Netbeans » schema2beans » org » netbeans » modules » schema2beansdev » 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 » IDE Netbeans » schema2beans » org.netbeans.modules.schema2beansdev 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.netbeans.modules.schema2beansdev.AbstractCodeGeneratorClass

All known Subclasses:   org.netbeans.modules.schema2beansdev.BeanClass,  org.netbeans.modules.schema2beansdev.JavaBeanClass,
AbstractCodeGeneratorClass
abstract public class AbstractCodeGeneratorClass (Code)

Inner Class :static class Property
Inner Class :class PropertyVisitor
Inner Class :class NamePropertyVisitor extends PropertyVisitor
Inner Class :protected static class Signature
Inner Class :protected static class Signatures

Field Summary
protected  intACCESS_SECTION
    
final protected static  Signature.TypeOfMethodADD
    
protected  intBODY_SECTION
    
final protected static  intBOOLEAN
    
final protected static  intCLASS
    
protected  intCONSTRUCTOR_SECTION
    
protected  intDECL_SECTION
    
protected  intEQUALS_SECTION
    
final protected static  intFINAL
    
final protected static  Signature.TypeOfMethodGETTER
    
final protected static  Signature.TypeOfMethodGETTERINDEXED
    
final protected static  Signature.TypeOfMethodGETTERLIST
    
protected  intHASHCODE_SECTION
    
protected  intHEADER_SECTION
    
final protected static  intIMPORT
    
protected  intINITIALIZE_SECTION
    
final protected static  intINT
    
protected  intMAXVALUE
    
final public static  intMAX_DUMP_TREE_LINE_COUNT
    
protected  intNEW_METHOD_SECTION
    
final protected static  Signature.TypeOfMethodOTHER
    
final protected static  intPACKAGE
    
final protected static  intPRIVATE
    
final protected static  intPROTECTED
    
final protected static  intPUBLIC
    
final protected static  Signature.TypeOfMethodREMOVE
    
final protected static  Signature.TypeOfMethodSETTER
    
final protected static  Signature.TypeOfMethodSETTERINDEXED
    
final protected static  Signature.TypeOfMethodSIZE
    
final protected static  intSTATIC
    
final protected static  intSTRING
    
protected  intTRAILER_SECTION
    
final protected static  intVOID
    
final protected static  StringarrKeywords
    
protected  ArrayListattrList
    
protected  BeanBuilder.BeanElementbeanElement
    
protected  StringclassName
    
protected  GenBeans.Configconfig
    
protected  StringfullClassName
    
protected  MapgeneratedNewMethods
    
 JavaWriterjw
    
protected  MetaDDmdd
    
protected  MetaElementmetaElement
    
protected  StringpackageName
    
protected  PrefixGuesserprefixGuesser
    
protected  BeanBuilder.BeanElementrootBeanElement
    


Method Summary
protected  voidPC()
    
protected  voidPO()
    
public  PropertyaddProperty(String name, String dtdName, String namespace, GraphNode node, GraphLink l, String classType, int nestedLevel, int eltInstance, int groupInstance, int type, boolean ored, AttrProp[] propAttributes, String constName, String defaultValue, boolean directChild, List extraData, boolean isUnion)
     This method is called by the BeanBuilder to register a new property on this bean class.
protected  intbeanTree(GraphLink l, StringBuffer str, String indent, String indentBy, int lineCount)
    
protected  voidbegin()
    
protected  voidbeginNoI18N()
    
protected  voidcomment()
    
protected  voidcomment(String s)
    
protected  voidcomment(String s, String s2)
    
protected  StringcommonBeanType()
     All generated beans are at least this type.
protected  intcountNumberOfNonAttributeProperties()
    
protected  intcountNumberOfNonAttributePropertiesRecurse(BeanBuilder.BeanElement be)
    
protected  voidcr()
    
protected  intdumpAttributes(GraphNode elt, StringBuffer str, String indent, int lineCount)
    
public  voiddumpBeanTree(java.io.Writer out, String indent, String indentBy)
    
protected  intdumpBeanTree(BeanBuilder.BeanElement be, StringBuffer str, String indent, String indentBy, int lineCount)
    
protected  voidend()
    
protected  voidend(boolean cr)
    
protected  voidendNoI18N()
    
protected  voideol()
    
protected  voideol(boolean cr)
    
protected  voideolNoI18N()
    
protected  voidfindAttributeOwners()
     Once all properties have been added to this Bean, call this method to figure out for attribute property who it's owner is.
protected  PropertyfindProperty(AttrProp attr)
    
protected static  StringfirstInCommaSeparatedList(String lst)
    
protected  voidgen(String s)
    
protected  voidgen(StringBuffer s)
    
protected  voidgen(String s1, String s2)
    
protected  voidgen(String s1, String s2, String s3)
    
protected  voidgen(int a)
    
protected  voidgen(int a, String s)
    
protected  voidgen(int a, String s, String s2)
    
protected  voidgen(int a, int b, String s, String s2)
    
protected  voidgen(int a, int b, String s)
    
protected  voidgen(int a, int b, int c, String s)
    
protected  voidgen(int a, int b, int c, int d, String s)
    
protected  voidgen(Signature sig)
    
protected  voidgenCopy(String src, Property a, String justData)
    
protected  booleangenCopyWillCopy(Property a)
    
protected  voidgenDefaultsAccessable(Property a)
    
protected  voidgenForRestrictions(Property a, String attr)
    
protected  voidgenInvalidName(String var)
    
protected  voidgenNewDefault(Property prop, boolean wantConcreteType)
    
protected  StringgenNewMethod(String abstractType, String concreteType)
    
protected  StringgenNewMethod(String abstractType, String concreteType, String concreteFullTypeName)
     Generate a method that will get a new instance of some type.
protected  voidgenResetMutuallyExclusive(Property a, boolean genTest)
     Generate commands for resetting the mutually exclusive properties, only if isMutuallyExclusive(a) returns true.
protected  voidgenRethrowExceptions(List exceps)
    
protected  voidgenSetValP(boolean b, String s1, String s2)
    
protected  voidgenSetValue(boolean isScalar, String classType)
    
abstract protected  voidgenValidateFail(String detail, String name, boolean quoteDetail, ValidateException.FailureType ft, JavaWriter out)
    
protected  voidgenValidateIf(String test, String name, ValidateException.FailureType ft, JavaWriter out)
    
protected  voidgenValidateProperties()
    
protected  voidgenWhiteSpaceRestriction(SchemaRep.WhiteSpace ws, String var, String type)
    
protected  voidgencr(String s)
    
protected  voidgencr(String s, String s2)
    
protected  voidgencr(int a, String s)
    
protected  voidgencr(int a, String s, String s2)
    
protected  voidgencr(int a, int b, String s, String s2)
    
protected  voidgencr(int a, int b, String s)
    
protected  voidgencr(int a, int b, int c, String s)
    
protected  voidgencrNoI18N(String s)
    
protected  voidgencrNoI18N(String s, String s2)
    
protected  voidgeneol(String s)
    
public  voidgenerate(String filename, MetaDD mdd)
     Generate the java code in the out stream, using the optional metaDD bean graph.
abstract public  voidgenerate(OutputStream out, MetaDD mdd)
    
public  voidgenerateDelegator(OutputStream out, MetaDD mdd, String delegatorClassName, String delegatorPackageName)
    
protected  voidgenerateDelegator(JavaWriter.Method method, String delegatorClassName)
    
protected  voidgenerateDelegatorConstructors(String delegatorClassName)
    
protected  voidgenerateSwitches()
    
protected  voidgenforprop()
    
protected  voidgengetprop()
    
protected  voidgengetpropbyname()
    
protected  voidgensig1(String s)
    
protected  voidgensig2(String s)
    
protected  voidgentab(int n)
    
protected  voidget(String s)
    
public  StringgetDefaultNamespace()
    
public  CollectiongetGeneratedMethods()
    
protected  MetaElementgetMetaElement(BeanBuilder.BeanElement be)
    
protected  MetaElementgetMetaElement(Property prop)
    
protected  MetaElementgetMetaElement(String dtdName, String namespace)
    
protected  MetaPropertygetMetaProperty(Property prop)
    
protected  MetaPropertygetMetaProperty(String name)
    
public  ListgetPropertyList()
    
protected  StringgetRootClassName()
    
protected  SignaturesgetSignatures(Property a)
    
protected  StringgetTypeFullClassName(Property a)
    
protected  StringgetTypeFullClassName(Property a, String typeName)
    
protected  voidgeti(String s)
    
protected  voidgetidx(String s, boolean b)
    
protected  booleanhasDeepCopyConstructor()
    
protected  voidinit(BeanBuilder.BeanElement be, GenBeans.Config config)
    
protected  booleanisCloneCallNeededOnType(Property prop)
    
protected  booleanisMutableType(Property prop)
    
protected  booleanisMutuallyExclusive(Property a)
    
protected  booleanisTypeQName(String type)
    
protected  voidnoI18N()
    
protected  StringparentBeanType()
    
protected  voidprintComment(String indent)
    
protected  voidprintGenBuffers(OutputStream out)
    
protected  voidprintSchema()
     Send the schema to the current output channel.
protected  voidresetGenBuffers()
    
protected  voidselect(int o)
    
public  voidsetDefaultNamespace(String ns)
    
public  voidsetIndent(String indent)
    
public  voidsetPackageName(String n)
    
public  voidsetPrefixGuesser(PrefixGuesser guesser)
    
public  voidsetRootBeanElement(BeanBuilder.BeanElement element)
    
protected  voidsp()
    
protected  voidtabIn()
    
protected  StringtestIfPropertyNotSet(Property prop)
    
protected  StringtestIfPropertySet(Property prop)
    
public  StringtoString()
    

Field Detail
ACCESS_SECTION
protected int ACCESS_SECTION(Code)



ADD
final protected static Signature.TypeOfMethod ADD(Code)



BODY_SECTION
protected int BODY_SECTION(Code)



BOOLEAN
final protected static int BOOLEAN(Code)



CLASS
final protected static int CLASS(Code)



CONSTRUCTOR_SECTION
protected int CONSTRUCTOR_SECTION(Code)



DECL_SECTION
protected int DECL_SECTION(Code)



EQUALS_SECTION
protected int EQUALS_SECTION(Code)



FINAL
final protected static int FINAL(Code)



GETTER
final protected static Signature.TypeOfMethod GETTER(Code)



GETTERINDEXED
final protected static Signature.TypeOfMethod GETTERINDEXED(Code)



GETTERLIST
final protected static Signature.TypeOfMethod GETTERLIST(Code)



HASHCODE_SECTION
protected int HASHCODE_SECTION(Code)



HEADER_SECTION
protected int HEADER_SECTION(Code)



IMPORT
final protected static int IMPORT(Code)



INITIALIZE_SECTION
protected int INITIALIZE_SECTION(Code)



INT
final protected static int INT(Code)



MAXVALUE
protected int MAXVALUE(Code)



MAX_DUMP_TREE_LINE_COUNT
final public static int MAX_DUMP_TREE_LINE_COUNT(Code)



NEW_METHOD_SECTION
protected int NEW_METHOD_SECTION(Code)



OTHER
final protected static Signature.TypeOfMethod OTHER(Code)



PACKAGE
final protected static int PACKAGE(Code)



PRIVATE
final protected static int PRIVATE(Code)



PROTECTED
final protected static int PROTECTED(Code)



PUBLIC
final protected static int PUBLIC(Code)



REMOVE
final protected static Signature.TypeOfMethod REMOVE(Code)



SETTER
final protected static Signature.TypeOfMethod SETTER(Code)



SETTERINDEXED
final protected static Signature.TypeOfMethod SETTERINDEXED(Code)



SIZE
final protected static Signature.TypeOfMethod SIZE(Code)



STATIC
final protected static int STATIC(Code)



STRING
final protected static int STRING(Code)



TRAILER_SECTION
protected int TRAILER_SECTION(Code)



VOID
final protected static int VOID(Code)



arrKeywords
final protected static String arrKeywords(Code)



attrList
protected ArrayList attrList(Code)



beanElement
protected BeanBuilder.BeanElement beanElement(Code)



className
protected String className(Code)



config
protected GenBeans.Config config(Code)



fullClassName
protected String fullClassName(Code)



generatedNewMethods
protected Map generatedNewMethods(Code)



jw
JavaWriter jw(Code)



mdd
protected MetaDD mdd(Code)



metaElement
protected MetaElement metaElement(Code)



packageName
protected String packageName(Code)



prefixGuesser
protected PrefixGuesser prefixGuesser(Code)



rootBeanElement
protected BeanBuilder.BeanElement rootBeanElement(Code)





Method Detail
PC
protected void PC()(Code)



PO
protected void PO()(Code)



addProperty
public Property addProperty(String name, String dtdName, String namespace, GraphNode node, GraphLink l, String classType, int nestedLevel, int eltInstance, int groupInstance, int type, boolean ored, AttrProp[] propAttributes, String constName, String defaultValue, boolean directChild, List extraData, boolean isUnion)(Code)
This method is called by the BeanBuilder to register a new property on this bean class.



beanTree
protected int beanTree(GraphLink l, StringBuffer str, String indent, String indentBy, int lineCount)(Code)



begin
protected void begin()(Code)



beginNoI18N
protected void beginNoI18N()(Code)



comment
protected void comment()(Code)



comment
protected void comment(String s)(Code)



comment
protected void comment(String s, String s2)(Code)



commonBeanType
protected String commonBeanType()(Code)
All generated beans are at least this type.



countNumberOfNonAttributeProperties
protected int countNumberOfNonAttributeProperties()(Code)



countNumberOfNonAttributePropertiesRecurse
protected int countNumberOfNonAttributePropertiesRecurse(BeanBuilder.BeanElement be)(Code)



cr
protected void cr()(Code)



dumpAttributes
protected int dumpAttributes(GraphNode elt, StringBuffer str, String indent, int lineCount)(Code)



dumpBeanTree
public void dumpBeanTree(java.io.Writer out, String indent, String indentBy) throws java.io.IOException(Code)



dumpBeanTree
protected int dumpBeanTree(BeanBuilder.BeanElement be, StringBuffer str, String indent, String indentBy, int lineCount)(Code)



end
protected void end()(Code)



end
protected void end(boolean cr)(Code)



endNoI18N
protected void endNoI18N()(Code)



eol
protected void eol()(Code)



eol
protected void eol(boolean cr)(Code)



eolNoI18N
protected void eolNoI18N()(Code)



findAttributeOwners
protected void findAttributeOwners()(Code)
Once all properties have been added to this Bean, call this method to figure out for attribute property who it's owner is. That is, make Property.getAttributeOwner() work.



findProperty
protected Property findProperty(AttrProp attr)(Code)
null if not found



firstInCommaSeparatedList
protected static String firstInCommaSeparatedList(String lst)(Code)
Returns the first element in a command separated list



gen
protected void gen(String s)(Code)



gen
protected void gen(StringBuffer s)(Code)



gen
protected void gen(String s1, String s2)(Code)



gen
protected void gen(String s1, String s2, String s3)(Code)



gen
protected void gen(int a)(Code)



gen
protected void gen(int a, String s)(Code)



gen
protected void gen(int a, String s, String s2)(Code)



gen
protected void gen(int a, int b, String s, String s2)(Code)



gen
protected void gen(int a, int b, String s)(Code)



gen
protected void gen(int a, int b, int c, String s)(Code)



gen
protected void gen(int a, int b, int c, int d, String s)(Code)



gen
protected void gen(Signature sig) throws IOException(Code)



genCopy
protected void genCopy(String src, Property a, String justData) throws IOException(Code)



genCopyWillCopy
protected boolean genCopyWillCopy(Property a)(Code)



genDefaultsAccessable
protected void genDefaultsAccessable(Property a) throws IOException(Code)



genForRestrictions
protected void genForRestrictions(Property a, String attr) throws IOException(Code)



genInvalidName
protected void genInvalidName(String var) throws IOException(Code)



genNewDefault
protected void genNewDefault(Property prop, boolean wantConcreteType) throws IOException(Code)



genNewMethod
protected String genNewMethod(String abstractType, String concreteType) throws IOException(Code)



genNewMethod
protected String genNewMethod(String abstractType, String concreteType, String concreteFullTypeName) throws IOException(Code)
Generate a method that will get a new instance of some type. Only 1 method will be generated per abstractType.
Parameters:
  abstractType - interface name to use as return type, ifnull, then concreteType is used.
Parameters:
  concreteType - the class to get a new instance of
Parameters:
  concreteFullTypeName - the full name of the concreteType



genResetMutuallyExclusive
protected void genResetMutuallyExclusive(Property a, boolean genTest) throws IOException(Code)
Generate commands for resetting the mutually exclusive properties, only if isMutuallyExclusive(a) returns true.



genRethrowExceptions
protected void genRethrowExceptions(List exceps)(Code)



genSetValP
protected void genSetValP(boolean b, String s1, String s2)(Code)



genSetValue
protected void genSetValue(boolean isScalar, String classType)(Code)



genValidateFail
abstract protected void genValidateFail(String detail, String name, boolean quoteDetail, ValidateException.FailureType ft, JavaWriter out) throws IOException(Code)



genValidateIf
protected void genValidateIf(String test, String name, ValidateException.FailureType ft, JavaWriter out) throws IOException(Code)



genValidateProperties
protected void genValidateProperties() throws IOException(Code)



genWhiteSpaceRestriction
protected void genWhiteSpaceRestriction(SchemaRep.WhiteSpace ws, String var, String type) throws IOException(Code)

Parameters:
  var - The name of a variable.



gencr
protected void gencr(String s)(Code)



gencr
protected void gencr(String s, String s2)(Code)



gencr
protected void gencr(int a, String s)(Code)



gencr
protected void gencr(int a, String s, String s2)(Code)



gencr
protected void gencr(int a, int b, String s, String s2)(Code)



gencr
protected void gencr(int a, int b, String s)(Code)



gencr
protected void gencr(int a, int b, int c, String s)(Code)



gencrNoI18N
protected void gencrNoI18N(String s)(Code)



gencrNoI18N
protected void gencrNoI18N(String s, String s2)(Code)



geneol
protected void geneol(String s)(Code)



generate
public void generate(String filename, MetaDD mdd) throws IOException(Code)
Generate the java code in the out stream, using the optional metaDD bean graph.



generate
abstract public void generate(OutputStream out, MetaDD mdd) throws IOException(Code)



generateDelegator
public void generateDelegator(OutputStream out, MetaDD mdd, String delegatorClassName, String delegatorPackageName) throws IOException(Code)



generateDelegator
protected void generateDelegator(JavaWriter.Method method, String delegatorClassName) throws IOException(Code)



generateDelegatorConstructors
protected void generateDelegatorConstructors(String delegatorClassName) throws IOException(Code)



generateSwitches
protected void generateSwitches() throws IOException(Code)



genforprop
protected void genforprop()(Code)



gengetprop
protected void gengetprop()(Code)



gengetpropbyname
protected void gengetpropbyname()(Code)



gensig1
protected void gensig1(String s)(Code)



gensig2
protected void gensig2(String s)(Code)



gentab
protected void gentab(int n)(Code)



get
protected void get(String s)(Code)



getDefaultNamespace
public String getDefaultNamespace()(Code)



getGeneratedMethods
public Collection getGeneratedMethods()(Code)



getMetaElement
protected MetaElement getMetaElement(BeanBuilder.BeanElement be)(Code)



getMetaElement
protected MetaElement getMetaElement(Property prop)(Code)



getMetaElement
protected MetaElement getMetaElement(String dtdName, String namespace)(Code)



getMetaProperty
protected MetaProperty getMetaProperty(Property prop)(Code)



getMetaProperty
protected MetaProperty getMetaProperty(String name)(Code)



getPropertyList
public List getPropertyList()(Code)



getRootClassName
protected String getRootClassName()(Code)



getSignatures
protected Signatures getSignatures(Property a)(Code)



getTypeFullClassName
protected String getTypeFullClassName(Property a)(Code)

Parameters:
  a - is the Property in question
Parameters:
  typeName - is the name of the type of @param a, could include "[]" Only if @param a is a bean will we add the packageNameto it's front.



getTypeFullClassName
protected String getTypeFullClassName(Property a, String typeName)(Code)



geti
protected void geti(String s)(Code)



getidx
protected void getidx(String s, boolean b)(Code)



hasDeepCopyConstructor
protected boolean hasDeepCopyConstructor()(Code)



init
protected void init(BeanBuilder.BeanElement be, GenBeans.Config config)(Code)



isCloneCallNeededOnType
protected boolean isCloneCallNeededOnType(Property prop)(Code)



isMutableType
protected boolean isMutableType(Property prop)(Code)



isMutuallyExclusive
protected boolean isMutuallyExclusive(Property a)(Code)



isTypeQName
protected boolean isTypeQName(String type)(Code)



noI18N
protected void noI18N()(Code)



parentBeanType
protected String parentBeanType()(Code)



printComment
protected void printComment(String indent) throws IOException(Code)



printGenBuffers
protected void printGenBuffers(OutputStream out) throws IOException(Code)



printSchema
protected void printSchema() throws IOException(Code)
Send the schema to the current output channel.



resetGenBuffers
protected void resetGenBuffers()(Code)



select
protected void select(int o)(Code)



setDefaultNamespace
public void setDefaultNamespace(String ns)(Code)



setIndent
public void setIndent(String indent)(Code)



setPackageName
public void setPackageName(String n)(Code)



setPrefixGuesser
public void setPrefixGuesser(PrefixGuesser guesser)(Code)



setRootBeanElement
public void setRootBeanElement(BeanBuilder.BeanElement element)(Code)



sp
protected void sp()(Code)



tabIn
protected void tabIn()(Code)



testIfPropertyNotSet
protected String testIfPropertyNotSet(Property prop)(Code)



testIfPropertySet
protected String testIfPropertySet(Property prop)(Code)



toString
public String toString()(Code)



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.