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

java.lang.Object
  extended by com.sun.tools.xjc.reader.dtd.bindinfo.BIInterface

public final class BIInterface
extends Object

<interface> declaration in the binding file.


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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

name

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


members

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


fields

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


getSourceLocation

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



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.