org.apache.maven.jxr.pacman
Class BaseType

java.lang.Object
  extended by org.apache.maven.jxr.pacman.BaseType
Direct Known Subclasses:
ClassType, ImportType, PackageType

public abstract class BaseType
extends Object

put your documentation comment here

Author:
jvanzyl

Constructor Summary
BaseType()
           
 
Method Summary
 String getName()
          Get the name for this type
 void setName(String name)
          Set the name for this type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseType

public BaseType()
Method Detail

getName

public String getName()
Get the name for this type

Returns:
The name value

setName

public void setName(String name)
Set the name for this type

Parameters:
name - The new name value


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.