Class BIInterface
- java.lang.Object
-
- com.sun.tools.xjc.reader.dtd.bindinfo.BIInterface
-
public final class BIInterface extends java.lang.Object
<interface>
declaration in the binding file.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
fields()
Gets the names of fields in this interface.org.xml.sax.Locator
getSourceLocation()
Gets the location where this declaration is declared.java.lang.String[]
members()
Gets the names of interfaces/classes that implement this interface.java.lang.String
name()
Gets the name of this interface.
-
-
-
Method Detail
-
name
public java.lang.String name()
Gets the name of this interface. This name should also used as the class name.
-
members
public java.lang.String[] members()
Gets the names of interfaces/classes that implement this interface.
-
fields
public java.lang.String[] fields()
Gets the names of fields in this interface.
-
getSourceLocation
public org.xml.sax.Locator getSourceLocation()
Gets the location where this declaration is declared.
-
-