xjavadoc
Class XPackage

java.lang.Object
  |
  +--xjavadoc.XPackage
All Implemented Interfaces:
Comparable

public final class XPackage
extends Object
implements Comparable

Describe what this class does

Author:
Aslak Hellesøy

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

XPackage

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

Parameters:
name - Describe what the parameter does
Method Detail

isDefaultPackage

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

Returns:
The DefaultPackage value

getName

public final String getName()
Describe what the method does

Returns:
Describe the return value

getClasses

public Collection getClasses()
Describe what the method does

Returns:
Describe the return value

toString

public String toString()
Describe what the method does

Overrides:
toString in class Object
Returns:
Describe the return value

hashCode

public int hashCode()
Describe what the method does

Overrides:
hashCode in class Object
Returns:
Describe the return value

compareTo

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

Specified by:
compareTo in interface Comparable
Parameters:
o - Describe what the parameter does
Returns:
Describe the return value


Copyright © 2002-2003 XDoclet Team. All Rights Reserved.