xjavadoc

Class XPackage

public final class XPackage extends Object implements Comparable

Describe what this class does

Author: Aslak Hellesxy

UNKNOWN: 3. januar 2002 Write javadocs

Field Summary
List_classes
String_name
Constructor Summary
XPackage(String name)
Describe what the XPackage constructor does
Method Summary
voidaddClass(XClass clazz)
Describe the method
intcompareTo(Object o)
Describe what the method does
CollectiongetClasses()
Describe what the method does
StringgetName()
Describe what the method does
inthashCode()
Describe what the method does
booleanisDefaultPackage()
Gets the DefaultPackage attribute of the XPackage object
StringtoString()
Describe what the method does

Field Detail

_classes

private List _classes

UNKNOWN: Describe the field

_name

private String _name

UNKNOWN: Describe the field

Constructor Detail

XPackage

public XPackage(String name)
Describe what the XPackage constructor does

Parameters: name Describe what the parameter does

UNKNOWN: Write javadocs for constructor Write javadocs for method parameter

Method Detail

addClass

void addClass(XClass clazz)
Describe the method

Parameters: clazz Describe the method parameter

UNKNOWN: Write javadocs for return value Describe the method Describe the method parameter

compareTo

public int compareTo(Object o)
Describe what the method does

Parameters: o Describe what the parameter does

Returns: Describe the return value

UNKNOWN: Write javadocs for method Write javadocs for method parameter Write javadocs for return value

getClasses

public Collection getClasses()
Describe what the method does

Returns: Describe the return value

UNKNOWN: Write javadocs for method Write javadocs for return value

getName

public final String getName()
Describe what the method does

Returns: Describe the return value

UNKNOWN: Write javadocs for method Write javadocs for return value

hashCode

public int hashCode()
Describe what the method does

Returns: Describe the return value

UNKNOWN: Write javadocs for method Write javadocs for return value

isDefaultPackage

public final boolean isDefaultPackage()
Gets the DefaultPackage attribute of the XPackage object

Returns: The DefaultPackage value

toString

public String toString()
Describe what the method does

Returns: Describe the return value

UNKNOWN: Write javadocs for method Write javadocs for return value