Save This Page
Home » xmlbeans-2.4.0-src » org.apache.xmlbeans.impl.tool » [javadoc | source]
org.apache.xmlbeans.impl.tool
public class: Extension [javadoc | source]
java.lang.Object
   org.apache.xmlbeans.impl.tool.Extension
An extension is a javabean that represents a SchemaCompilerExtension to be passed for callback into the XmlBeans Schema Compiler.
Nested Class Summary:
public class  Extension.Param  A Param is just a name value pair applicable to the extension. 
Method from org.apache.xmlbeans.impl.tool.Extension Summary:
createParam,   getClassName,   getParams,   setClassName
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.xmlbeans.impl.tool.Extension Detail:
 public Extension.Param createParam() 
 public Class getClassName() 
 public List getParams() 
 public  void setClassName(Class className)