public class TxwOptions extends Object
Modifier and Type | Field and Description |
---|---|
com.sun.codemodel.JPackage |
_package
The package to put the generated code into.
|
boolean |
chainMethod
If true, generate attribute/value methods that
returns the this object for chaining.
|
com.sun.codemodel.JCodeModel |
codeModel |
ErrorListener |
errorListener
Always non-null.
|
boolean |
noPackageNamespace
If true, the generated code will not use the package-level
XmlNamespace annotation. |
Constructor and Description |
---|
TxwOptions() |
public final com.sun.codemodel.JCodeModel codeModel
public com.sun.codemodel.JPackage _package
public ErrorListener errorListener
public boolean chainMethod
public boolean noPackageNamespace
XmlNamespace
annotation.Copyright © 2012 Oracle. All Rights Reserved.