org.apache.maven.jxr.pacman
Class BaseType
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseType
public BaseType()
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-2012 Apache Software Foundation. All Rights Reserved.