|
||||||||||
| 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 | |
|---|---|
protected ErrorReceiver |
errorReceiver
Controller object that can be used to report errors. |
| Constructor Summary | |
|---|---|
BindInfo(Model model,
org.w3c.dom.Document _dom,
ErrorReceiver _errorReceiver)
|
|
BindInfo(Model model,
org.xml.sax.InputSource source,
ErrorReceiver _errorReceiver)
|
|
| Method Summary | |
|---|---|
BIConversion |
conversion(java.lang.String name)
Gets the conversion declaration from the binding info. |
BIElement |
element(java.lang.String name)
Gets the element declaration from the binding info. |
java.util.Collection<BIElement> |
elements()
Iterates all BIElements in a read-only set. |
java.lang.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). |
java.util.Collection<BIInterface> |
interfaces()
Returns all BIInterfaces 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
| Constructor Detail |
|---|
public BindInfo(Model model,
org.xml.sax.InputSource source,
ErrorReceiver _errorReceiver)
throws AbortException
AbortException
public BindInfo(Model model,
org.w3c.dom.Document _dom,
ErrorReceiver _errorReceiver)
| Method Detail |
|---|
public java.lang.Long getSerialVersionUID()
public JClass getSuperClass()
public JClass getSuperInterface()
public JPackage getTargetPackage()
public BIConversion conversion(java.lang.String name)
public BIElement element(java.lang.String name)
public java.util.Collection<BIElement> elements()
BIElements in a read-only set.
public java.util.Collection<BIInterface> interfaces()
BIInterfaces in a read-only set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||