|
What this is
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 |
Copyright 1998-2024 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.