alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

/**
 * This interface is the intersection of all generated methods.
 * 
 * @Generated
 */

package org.netbeans.modules.schema2beansdev.beangraph;

public interface CommonBean {
	public void changePropertyByName(String name, Object value);

	public org.netbeans.modules.schema2beansdev.beangraph.CommonBean[] childBeans(boolean recursive);

	public void childBeans(boolean recursive, java.util.List beans);

	public boolean equals(Object o);

	public Object fetchPropertyByName(String name);

	public int hashCode();

	public String nameChild(Object childObj);

	public String nameChild(Object childObj, boolean returnConstName, boolean returnSchemaName);

	public String nameChild(Object childObj, boolean returnConstName, boolean returnSchemaName, boolean returnXPathName);

	public String nameSelf();

	public void readNode(org.w3c.dom.Node node);

	public void readNode(org.w3c.dom.Node node, java.util.Map namespacePrefixes);

	public String toString();

	public void validate() throws org.netbeans.modules.schema2beansdev.beangraph.BeanGraph.ValidateException;

	public void writeNode(java.io.Writer out) throws java.io.IOException;

	public void writeNode(java.io.Writer out, String nodeName, String indent) throws java.io.IOException;

}
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.