|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xjavadoc.XPackage
Describe what this class does
Constructor Summary | |
XPackage(String name)
Describe what the XPackage constructor does |
Method Summary | |
int |
compareTo(Object o)
Describe what the method does |
Collection |
getClasses()
Describe what the method does |
String |
getName()
Describe what the method does |
int |
hashCode()
Describe what the method does |
boolean |
isDefaultPackage()
Gets the DefaultPackage attribute of the XPackage object |
String |
toString()
Describe what the method does |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public XPackage(String name)
name
- Describe what the parameter doesMethod Detail |
public final boolean isDefaultPackage()
public final String getName()
public Collection getClasses()
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public int compareTo(Object o)
compareTo
in interface Comparable
o
- Describe what the parameter does
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |