|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.xjc.reader.dtd.bindinfo.BindInfo
public class BindInfo
Root of the binding information.
Field Summary | |
---|---|
(package private) CodeModelClassFactory |
classFactory
Wrap the codeModel object and automate error reporting. |
(package private) com.sun.codemodel.JCodeModel |
codeModel
CodeModel object that is used by this binding file. |
protected ErrorReceiver |
errorReceiver
Controller object that can be used to report errors. |
(package private) Model |
model
|
Constructor Summary | |
---|---|
BindInfo(Model model,
Document _dom,
ErrorReceiver _errorReceiver)
|
|
BindInfo(Model model,
InputSource source,
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 BIElement s in a read-only set. |
Long |
getSerialVersionUID()
Gets the serialVersionUID if it's turned on. |
com.sun.codemodel.JClass |
getSuperClass()
Gets the xjc:superClass customization if it's turned on. |
com.sun.codemodel.JClass |
getSuperInterface()
Gets the xjc:superInterface customization if it's turned on. |
com.sun.codemodel.JPackage |
getTargetPackage()
Gets the specified package name (options/@package). |
Collection<BIInterface> |
interfaces()
Returns all BIInterface s in a read-only set. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final ErrorReceiver errorReceiver
final Model model
final com.sun.codemodel.JCodeModel codeModel
final CodeModelClassFactory classFactory
Constructor Detail |
---|
public BindInfo(Model model, InputSource source, ErrorReceiver _errorReceiver) throws AbortException
AbortException
public BindInfo(Model model, Document _dom, ErrorReceiver _errorReceiver)
Method Detail |
---|
public Long getSerialVersionUID()
public com.sun.codemodel.JClass getSuperClass()
public com.sun.codemodel.JClass getSuperInterface()
public com.sun.codemodel.JPackage getTargetPackage()
public BIConversion conversion(String name)
public BIElement element(String name)
public Collection<BIElement> elements()
BIElement
s in a read-only set.
public Collection<BIInterface> interfaces()
BIInterface
s in a read-only set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |