net.sf.djdoc.bo
Interface Bunch
- All Superinterfaces:
- java.lang.Comparable, Hittable
- All Known Implementing Classes:
- BunchEntity, BunchVO
public interface Bunch
- extends Hittable
The instances of the Bunch
interface represent packages of Java
APIs documented with the Javadoc tool. (The name "Bunch" was chosen because
the JDK already contains a class named "Package" which could have caused
some confusion.)
Method Summary |
java.lang.String |
getName()
Getter method for this Bunch 's name. |
Methods inherited from interface java.lang.Comparable |
compareTo |
getName
java.lang.String getName()
- Getter method for this
Bunch
's name.
- Returns:
- The name of this
Bunch
object