com.sun.tools.xjc.reader.dtd.bindinfo
public class BindInfo extends Object
Field Summary | |
---|---|
CodeModelClassFactory | classFactory Wrap the codeModel object and automate error reporting. |
JCodeModel | codeModel CodeModel object that is used by this binding file. |
protected ErrorReceiver | errorReceiver Controller object that can be used to report errors. |
Model | model |
Constructor Summary | |
---|---|
BindInfo(Model model, InputSource source, ErrorReceiver _errorReceiver) | |
BindInfo(Model model, Document _dom, ErrorReceiver _errorReceiver) |
Method Summary | |
---|---|
BIConversion | conversion(String name)
Gets the conversion declaration from the binding info.
|
BIElement | element(String name)
Gets the element declaration from the binding info.
|
Collection<BIElement> | elements() Iterates all BIElements in a read-only set. |
Long | getSerialVersionUID() Gets the serialVersionUID if it's turned on. |
JClass | getSuperClass() Gets the xjc:superClass customization if it's turned on. |
JClass | getSuperInterface() Gets the xjc:superInterface customization if it's turned on. |
JPackage | getTargetPackage()
Gets the specified package name (options/@package). |
Collection<BIInterface> | interfaces() Returns all BIInterfaces in a read-only set. |
Returns: A non-null valid BIConversion object.
Returns: If there is no declaration with a given name, this method returns null.