xjavadoc
Class XPackage
- Comparable
public final class XPackage
extends java.lang.Object
implements Comparable
Describe what this class does
XPackage(String name)- Describe what the XPackage constructor does
|
(package private) void | addClass(XClass clazz)- Describe the method
|
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
|
_classes
private List _classes
_name
private String _name
XPackage
public XPackage(String name)
Describe what the XPackage constructor does
name - Describe what the parameter does
addClass
(package private) void addClass(XClass clazz)
Describe the method
clazz - Describe the method parameter
compareTo
public int compareTo(Object o)
Describe what the method does
o - Describe what the parameter does
- Describe the return value
getClasses
public Collection getClasses()
Describe what the method does
- Describe the return value
getName
public final String getName()
Describe what the method does
- Describe the return value
hashCode
public int hashCode()
Describe what the method does
- Describe the return value
isDefaultPackage
public final boolean isDefaultPackage()
Gets the DefaultPackage attribute of the XPackage object
toString
public String toString()
Describe what the method does
- Describe the return value