com.sun.tools.xjc.reader.dtd.bindinfo
public final class BIInterface extends Object
Constructor Summary | |
---|---|
BIInterface(Element e) |
Method Summary | |
---|---|
String[] | fields() Gets the names of fields in this interface. |
Locator | getSourceLocation() Gets the location where this declaration is declared. |
String[] | members()
Gets the names of interfaces/classes that implement
this interface. |
String | name()
Gets the name of this interface.
|