Java Doc for SchemaRep.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.SchemaRep

SchemaRep
public class SchemaRep implements PrefixGuesser(Code)
This class will represent a schema for XML as a Java object. (This implementation isn't complete, but does enough for my purposes for now.)
author:
   cliffwd

Inner Class :abstract public class ElementExpr
Inner Class :abstract public class ContainsSubElements extends ElementExpr
Inner Class :public interface HasJavaTypeName
Inner Class :public interface MinMaxOccurs
Inner Class :public interface CanRef
Inner Class :abstract public class HasTypeName extends ContainsSubElements
Inner Class :public class SchemaNode extends ContainsSubElements
Inner Class :public class ComplexType extends HasTypeName implements HasJavaTypeName
Inner Class :public class SimpleContent extends ContainsSubElements implements HasJavaTypeName
Inner Class :public class ComplexContent extends ContainsSubElements implements HasJavaTypeName
Inner Class :public class SimpleType extends HasTypeName implements HasJavaTypeName
Inner Class :public class UnionType extends ContainsSubElements
Inner Class :public interface EncodingStyle
Inner Class :public class HexBinary extends SimpleType implements EncodingStyle
Inner Class :public class Base64Binary extends SimpleType implements EncodingStyle
Inner Class :public class Restriction extends ContainsSubElements implements HasJavaTypeName
Inner Class :public class Extension extends ContainsSubElements implements HasJavaTypeName
Inner Class :public class ListElement extends ContainsSubElements
Inner Class :abstract public class RestrictionType extends ContainsSubElements
Inner Class :public class MaxExclusive extends RestrictionType implements DataTypeRestriction
Inner Class :public class MinExclusive extends RestrictionType implements DataTypeRestriction
Inner Class :public class Enumeration extends RestrictionType implements DataEnumRestriction
Inner Class :public class Pattern extends RestrictionType implements DataTypeRestriction
Inner Class :public class MinLength extends RestrictionType implements DataTypeRestriction
Inner Class :public class MaxLength extends RestrictionType implements DataTypeRestriction
Inner Class :public class TotalDigits extends RestrictionType implements DataTypeRestriction
Inner Class :public class MinInclusive extends RestrictionType implements DataTypeRestriction
Inner Class :public class MaxInclusive extends RestrictionType implements DataTypeRestriction
Inner Class :public class FractionDigits extends RestrictionType implements DataTypeRestriction
Inner Class :public class Length extends RestrictionType implements DataTypeRestriction
Inner Class :public class WhiteSpace extends RestrictionType implements DataTypeRestriction
Inner Class :abstract public class ElementInformationItem extends ContainsSubElements
Inner Class :public class Key extends ElementInformationItem
Inner Class :public class Unique extends ElementInformationItem
Inner Class :public class KeyRef extends ElementInformationItem
Inner Class :abstract public class SelectorOrField extends ContainsSubElements
Inner Class :public class Selector extends SelectorOrField
Inner Class :public class Field extends SelectorOrField
Inner Class :public class Include extends ElementExpr
Inner Class :public class Import extends ElementExpr
Inner Class :abstract public class ModelGroup extends ContainsSubElements implements MinMaxOccurs
Inner Class :public class Sequence extends ModelGroup
Inner Class :public class Choice extends ModelGroup
Inner Class :public class All extends ModelGroup
Inner Class :public class Group extends ModelGroup implements CanRef
Inner Class :public class Annotation extends ContainsSubElements
Inner Class :public class AppInfo extends ContainsSubElements
Inner Class :public class Documentation extends ContainsSubElements
Inner Class :public class AnyNode extends ContainsSubElements
Inner Class :public class TextNode extends ContainsSubElements
Inner Class :public class Element extends ContainsSubElements implements MinMaxOccurs,CanRef
Inner Class :public class Any extends ContainsSubElements implements MinMaxOccurs
Inner Class :public class AnyAttribute extends ContainsSubElements
Inner Class :public class Attribute extends ContainsSubElements implements CanRef
Inner Class :public class AttributeGroup extends ContainsSubElements implements CanRef

Field Summary
final public static  StringXSD_NS
    
protected  StackcurrentElementStack
    
public static  booleandebug
    
protected  MapdefinedAttributes
    
protected  MapdefinedTypes
    
protected  MapdefinedTypesFull
    
protected  StringdocumentNamespace
    
protected  MapelementTable
    
protected  MapincludedAlready
    
protected  ElementExprlastPopped
    
protected  MapnamespaceTable
    
protected  MapoptionallyDefinedTypes
    
protected  MappredefinedSchemaTypes
    
protected  MaprequiredPredefinedTypes
    
protected  ContainsSubElementsrootElement
    
protected  MapsampleNodes
    
protected  StringtargetNamespace
    
protected  AnnotationtopAnnotation
    

Constructor Summary
public  SchemaRep()
    
public  SchemaRep(Document schemaDoc, String uri)
    
public  SchemaRep(Document schemaDoc, String uri, boolean useBigDataTypes)
    

Method Summary
public  voidaddAppInfo(String name, String value)
     Create AppInfo and add it to the current thing in the stack.
public  voidaddAppInfoToTopAnnotation(String name, String value)
    
public  voidaddElement(String name, String type)
     Create an Element an add it to the current one in the stack.
protected  voidaddRestriction(ContainsSubElements cse, String restrictionBase, RestrictionType rt)
    
public  voidaddSubElement(String elementName, ElementExpr subElement)
    
public  voidaddSubElement(String elementName, List subElements)
    
public  voidaddSubElement(String elementName, String subElementName)
    
public  voidaddSubElementCurrent(String subElementName)
     This addSubElement creates an Element and then adds it underneath the current one.
public  voidaddToNamespace(String ns, String URI)
    
public  voidaddToTopAnnotation(ElementExpr subElement)
    
public static  StringcanonicalQName(String namespaceURI, String localPart)
    
public  ElementcreateElement(String name)
     Return an Element that represents an ELEMENT.
public  ElementcreateElement(String name, String type)
     Return an Element that represents an ELEMENT.
public  InputStreamdtdInputStream()
     nice method which returns writeDTD in an InputStream.
public  ListfindAllSubElements(String name)
    
public  SetgetAllNamespaces()
    
public  AttributegetAttribute(String name)
    
protected  StringgetCurrentParsedURI()
    
public  ElementgetDefinedElement(String typeName)
    
public  SetgetDefinedElementNames()
    
public  ElementgetDefinedElementResolvedNamespace(String typeName)
    
public  ElementExprgetLastPopped()
    
public  StringgetNamespace(String URI)
     Return a namespace name for a given namespace URI.
public  StringgetNamespaceURI(String ns)
     Return the namespace URI for a given namespace prefix.
public  ContainsSubElementsgetRootElement()
    
protected  ElementExprgetSampleNode(String name)
    
public  ElementExprgetSchemaTypeDef(String origTypeName)
     Get an ElementExpr node for a named type.
public  ElementExprgetSchemaTypeDefResolvedNamespace(String typeName)
     Same thing as getSchemaTypeDef, but for already resolved type names.
public  SetgetSchemaTypeNames()
    
public  StringgetTargetNamespace()
    
public  StringgetXMLNamespace()
    
public static  StringgetXPathExpr(Node node)
    
public static  StringgetXPathExpr(Node node, boolean addDescription)
    
public  StringgetXSDNamespace()
    
public static  StringguessPrefix(String namespaceURI)
     Guess what a prefix of this namespaceURI might be.
public  StringguessPrefixFromURI(String uri)
     Try to figure out what prefix to use for the namespaceURI using the namespace context mapping, and if that fails then it calls guessPrefix.
public  booleanisDefinedType(String type)
    
public  booleanisPredefinedType(String type)
    
public  StringjavaType2XMLSchemaTypeComplex(String type)
    
public  voidmapSimpleJavaTypesOptional(Map optionalElementMap)
     Map simple types to our schema.
public  voidmapSimpleJavaTypesPredefined(Map definedElementMap)
     Map simple types to our schema.
protected  StringnormalizeDocumentNamespace(String type)
    
protected  StringnormalizeNamespace(String namespaceURI, String localPart)
    
protected  StringnormalizeTargetNamespace(String type)
     Will add a namespace prefix to a type if the targetNamespace != null.
public  ElementExproptimize()
     This is called before writing out a schema.
public  ElementExprpeekCurrent()
    
public  ContainsSubElementspeekCurrentNeedSub()
     Same thing as peekCurrent, but the caller needs it to be a ContainsSubElements.
public  ElementExprpopCurrent()
    
public static  StringprefixOf(String typeName)
    
public static  voidprintExtraJavaTypes(Writer out, int level)
     Define some helpful java to XML Schema data types that allow us to go back and forth between the two (allows me to setup a 1-to-1 mapping with the client proxy generator).
public  voidpushComplexType()
    
public  voidpushCurrent(ElementExpr el)
    
public  voidpushElement(String elementName, String elementType)
     Create the element, then push it onto the stack, making it the current one.
public  voidpushSchemaNode()
    
public  voidpushSequence()
    
protected  voidputSampleNode(ElementExpr ee)
    
public  voidputSchemaTypeDef(String typeName, ElementExpr ee)
    
protected  voidread(Node node)
    
public  voidreadDocument(Document doc)
    
public  voidreadSchemaElement(org.w3c.dom.Element el)
    
public  voidreadSchemaFromLocation(String schemaLocation)
    
public static  StringremovePrefix(String typeName)
    
public  StringresolveNamespace(String typeName)
     Will convert a typeName into {namespace}typeName format.
public  StringresolveNamespace(String ns, String type)
    
protected  StringresolveNamespaceDefault(String typeName, String defaultNS)
    
protected  StringresolveNamespaceDefault(String prefix, String defaultNS, String type)
    
public  StringschemaTypeToJavaType(String xmlSchemaType)
    
public  voidsetCurrentParsedURI(String uri)
    
public  voidsetMaxOccurs(String t)
     Only works if the current thing in the stack is an Element or ModelGroup.
public  voidsetMinOccurs(String t)
     Only works if the current thing in the stack is an Element or ModelGroup.
public  voidsetRootElement(ContainsSubElements el)
    
public  voidsetSchemaTypeMapping(String schemaTypeNamespace, String schemaTypeName, String javaType)
    
public  voidsetSchemaTypesForME(boolean isFloatingPoint)
     Setup the schema to java type mapping to make more sense for J2ME.
public  voidsetTargetNamespace(String ns)
    
public  voidsetType(String t)
     Only works if the current thing in the stack is an Element.
public  voidsetXMLSchemaType(String t)
     Only works if the current thing in the stack is an Element.
public  voidwriteDTD(Writer out)
     If you want a DTD written to a Writer, this is the method to call.
public  voidwriteXMLSchema(XMLWriter out)
    
public  voidwriteXMLSchemaStandalone(Writer out)
     If you want an XML Schema written to a Writer, this is the method to call.
public  InputStreamxmlSchemaInputStream()
     Convience method which returns writeXMLSchemaStandalone in an InputStream.

Field Detail
XSD_NS
final public static String XSD_NS(Code)



currentElementStack
protected Stack currentElementStack(Code)



debug
public static boolean debug(Code)



definedAttributes
protected Map definedAttributes(Code)



definedTypes
protected Map definedTypes(Code)



definedTypesFull
protected Map definedTypesFull(Code)



documentNamespace
protected String documentNamespace(Code)



elementTable
protected Map elementTable(Code)



includedAlready
protected Map includedAlready(Code)



lastPopped
protected ElementExpr lastPopped(Code)



namespaceTable
protected Map namespaceTable(Code)



optionallyDefinedTypes
protected Map optionallyDefinedTypes(Code)



predefinedSchemaTypes
protected Map predefinedSchemaTypes(Code)



requiredPredefinedTypes
protected Map requiredPredefinedTypes(Code)



rootElement
protected ContainsSubElements rootElement(Code)



sampleNodes
protected Map sampleNodes(Code)



targetNamespace
protected String targetNamespace(Code)



topAnnotation
protected Annotation topAnnotation(Code)




Constructor Detail
SchemaRep
public SchemaRep()(Code)



SchemaRep
public SchemaRep(Document schemaDoc, String uri)(Code)



SchemaRep
public SchemaRep(Document schemaDoc, String uri, boolean useBigDataTypes)(Code)




Method Detail
addAppInfo
public void addAppInfo(String name, String value)(Code)
Create AppInfo and add it to the current thing in the stack.



addAppInfoToTopAnnotation
public void addAppInfoToTopAnnotation(String name, String value)(Code)



addElement
public void addElement(String name, String type)(Code)
Create an Element an add it to the current one in the stack.



addRestriction
protected void addRestriction(ContainsSubElements cse, String restrictionBase, RestrictionType rt)(Code)



addSubElement
public void addSubElement(String elementName, ElementExpr subElement)(Code)



addSubElement
public void addSubElement(String elementName, List subElements)(Code)



addSubElement
public void addSubElement(String elementName, String subElementName)(Code)



addSubElementCurrent
public void addSubElementCurrent(String subElementName)(Code)
This addSubElement creates an Element and then adds it underneath the current one.



addToNamespace
public void addToNamespace(String ns, String URI)(Code)
Example: ns=xsd, URI=http://www.w3.org/2001/XMLSchema



addToTopAnnotation
public void addToTopAnnotation(ElementExpr subElement)(Code)



canonicalQName
public static String canonicalQName(String namespaceURI, String localPart)(Code)



createElement
public Element createElement(String name)(Code)
Return an Element that represents an ELEMENT.



createElement
public Element createElement(String name, String type)(Code)
Return an Element that represents an ELEMENT.



dtdInputStream
public InputStream dtdInputStream() throws java.io.IOException(Code)
nice method which returns writeDTD in an InputStream.



findAllSubElements
public List findAllSubElements(String name)(Code)



getAllNamespaces
public Set getAllNamespaces()(Code)
the Set of all namespace prefixes in use.



getAttribute
public Attribute getAttribute(String name)(Code)



getCurrentParsedURI
protected String getCurrentParsedURI()(Code)



getDefinedElement
public Element getDefinedElement(String typeName)(Code)



getDefinedElementNames
public Set getDefinedElementNames()(Code)
the Set of all defined element names in a format thatcan be passed to getDefinedElementResolvedNamespace.



getDefinedElementResolvedNamespace
public Element getDefinedElementResolvedNamespace(String typeName)(Code)

Parameters:
  typeName - is the resolved type name "{http://foo}login" the Element which defines it, or null if not found.



getLastPopped
public ElementExpr getLastPopped()(Code)



getNamespace
public String getNamespace(String URI)(Code)
Return a namespace name for a given namespace URI. One will be made up, if it doesn't already exist. Example: URI="http://www.w3.org/2001/XMLSchema", returns "xsd"



getNamespaceURI
public String getNamespaceURI(String ns)(Code)
Return the namespace URI for a given namespace prefix. Will return null if the namespace URI is unheard of. Example: ns="xsd", returns "http://www.w3.org/2001/XMLSchema"



getRootElement
public ContainsSubElements getRootElement()(Code)



getSampleNode
protected ElementExpr getSampleNode(String name)(Code)



getSchemaTypeDef
public ElementExpr getSchemaTypeDef(String origTypeName)(Code)
Get an ElementExpr node for a named type. null is an acceptable return value if not found. If @param typeName is null, null is returned. If @param typeName's namespace is not set, then we first check the documentNamespace, then the targetNamespace.



getSchemaTypeDefResolvedNamespace
public ElementExpr getSchemaTypeDefResolvedNamespace(String typeName)(Code)
Same thing as getSchemaTypeDef, but for already resolved type names.



getSchemaTypeNames
public Set getSchemaTypeNames()(Code)
the Set of all defined element names in a format thatcan be passed to getSchemaTypeDefResolvedNamespace.



getTargetNamespace
public String getTargetNamespace()(Code)



getXMLNamespace
public String getXMLNamespace()(Code)



getXPathExpr
public static String getXPathExpr(Node node)(Code)



getXPathExpr
public static String getXPathExpr(Node node, boolean addDescription)(Code)



getXSDNamespace
public String getXSDNamespace()(Code)



guessPrefix
public static String guessPrefix(String namespaceURI)(Code)
Guess what a prefix of this namespaceURI might be.



guessPrefixFromURI
public String guessPrefixFromURI(String uri)(Code)
Try to figure out what prefix to use for the namespaceURI using the namespace context mapping, and if that fails then it calls guessPrefix.



isDefinedType
public boolean isDefinedType(String type)(Code)



isPredefinedType
public boolean isPredefinedType(String type)(Code)



javaType2XMLSchemaTypeComplex
public String javaType2XMLSchemaTypeComplex(String type)(Code)



mapSimpleJavaTypesOptional
public void mapSimpleJavaTypesOptional(Map optionalElementMap)(Code)
Map simple types to our schema.



mapSimpleJavaTypesPredefined
public void mapSimpleJavaTypesPredefined(Map definedElementMap)(Code)
Map simple types to our schema.



normalizeDocumentNamespace
protected String normalizeDocumentNamespace(String type)(Code)



normalizeNamespace
protected String normalizeNamespace(String namespaceURI, String localPart)(Code)
return prefix ':' localPart eg: namespaceURI="http://www.w3.org/XML/1998/namespace" localPart="id" -> "xml:id" eg: namespaceURI="" localPart="foo" -> "foo" eg: namespaceURI=null localPart="bar" -> "bar"



normalizeTargetNamespace
protected String normalizeTargetNamespace(String type)(Code)
Will add a namespace prefix to a type if the targetNamespace != null. eg: targetNamespace='j2ee' type='ejbType' -> 'j2ee:ejbType' eg: targetNamespace='j2ee' type='xsd:string' -> 'xsd:string' eg: targetNamespace=null type='item' -> 'item'



optimize
public ElementExpr optimize()(Code)
This is called before writing out a schema.



peekCurrent
public ElementExpr peekCurrent()(Code)



peekCurrentNeedSub
public ContainsSubElements peekCurrentNeedSub()(Code)
Same thing as peekCurrent, but the caller needs it to be a ContainsSubElements. If it isn't an exception is thrown.



popCurrent
public ElementExpr popCurrent()(Code)



prefixOf
public static String prefixOf(String typeName)(Code)
eg: 'xsd:element' -> 'xsd'



printExtraJavaTypes
public static void printExtraJavaTypes(Writer out, int level) throws java.io.IOException(Code)
Define some helpful java to XML Schema data types that allow us to go back and forth between the two (allows me to setup a 1-to-1 mapping with the client proxy generator).



pushComplexType
public void pushComplexType()(Code)



pushCurrent
public void pushCurrent(ElementExpr el)(Code)



pushElement
public void pushElement(String elementName, String elementType)(Code)
Create the element, then push it onto the stack, making it the current one.



pushSchemaNode
public void pushSchemaNode()(Code)



pushSequence
public void pushSequence()(Code)



putSampleNode
protected void putSampleNode(ElementExpr ee)(Code)



putSchemaTypeDef
public void putSchemaTypeDef(String typeName, ElementExpr ee)(Code)



read
protected void read(Node node)(Code)



readDocument
public void readDocument(Document doc)(Code)



readSchemaElement
public void readSchemaElement(org.w3c.dom.Element el)(Code)



readSchemaFromLocation
public void readSchemaFromLocation(String schemaLocation) throws IOException, SAXException(Code)



removePrefix
public static String removePrefix(String typeName)(Code)



resolveNamespace
public String resolveNamespace(String typeName)(Code)
Will convert a typeName into {namespace}typeName format. eg: 'xsd:string' -> '{http://www.w3.org/2001/XMLSchema}string' eg: 'item' -> 'item'



resolveNamespace
public String resolveNamespace(String ns, String type)(Code)



resolveNamespaceDefault
protected String resolveNamespaceDefault(String typeName, String defaultNS)(Code)



resolveNamespaceDefault
protected String resolveNamespaceDefault(String prefix, String defaultNS, String type)(Code)



schemaTypeToJavaType
public String schemaTypeToJavaType(String xmlSchemaType)(Code)



setCurrentParsedURI
public void setCurrentParsedURI(String uri)(Code)



setMaxOccurs
public void setMaxOccurs(String t)(Code)
Only works if the current thing in the stack is an Element or ModelGroup.



setMinOccurs
public void setMinOccurs(String t)(Code)
Only works if the current thing in the stack is an Element or ModelGroup.



setRootElement
public void setRootElement(ContainsSubElements el)(Code)



setSchemaTypeMapping
public void setSchemaTypeMapping(String schemaTypeNamespace, String schemaTypeName, String javaType)(Code)

Parameters:
  schemaTypeName - The name of a leaf schema element, like 'integer'.
Parameters:
  javaType - The java class schemaTypeName gets mapped to, like 'int'.



setSchemaTypesForME
public void setSchemaTypesForME(boolean isFloatingPoint)(Code)
Setup the schema to java type mapping to make more sense for J2ME.



setTargetNamespace
public void setTargetNamespace(String ns)(Code)



setType
public void setType(String t)(Code)
Only works if the current thing in the stack is an Element.



setXMLSchemaType
public void setXMLSchemaType(String t)(Code)
Only works if the current thing in the stack is an Element.



writeDTD
public void writeDTD(Writer out) throws java.io.IOException(Code)
If you want a DTD written to a Writer, this is the method to call.



writeXMLSchema
public void writeXMLSchema(XMLWriter out) throws IOException(Code)



writeXMLSchemaStandalone
public void writeXMLSchemaStandalone(Writer out) throws java.io.IOException(Code)
If you want an XML Schema written to a Writer, this is the method to call.



xmlSchemaInputStream
public InputStream xmlSchemaInputStream() throws java.io.IOException(Code)
Convience method which returns writeXMLSchemaStandalone in an InputStream.



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.