com.sun.tools.xjc.reader.dtd.bindinfo

Class BIInterface

public final class BIInterface extends Object

<interface> declaration in the binding file.
Constructor Summary
BIInterface(Element e)
Method Summary
String[]fields()
Gets the names of fields in this interface.
LocatorgetSourceLocation()
Gets the location where this declaration is declared.
String[]members()
Gets the names of interfaces/classes that implement this interface.
Stringname()
Gets the name of this interface.

Constructor Detail

BIInterface

BIInterface(Element e)

Method Detail

fields

public String[] fields()
Gets the names of fields in this interface.

getSourceLocation

public Locator getSourceLocation()
Gets the location where this declaration is declared.

members

public String[] members()
Gets the names of interfaces/classes that implement this interface.

name

public String name()
Gets the name of this interface. This name should also used as the class name.