vdoclet.docinfo
Class BaseClassElementInfo

java.lang.Object
  |
  +--vdoclet.docinfo.BaseInfo
        |
        +--vdoclet.docinfo.BaseElementInfo
              |
              +--vdoclet.docinfo.BaseClassElementInfo
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
FieldInfo, MethodInfo

public class BaseClassElementInfo
extends BaseElementInfo

Info about a class sub-element.


Constructor Summary
BaseClassElementInfo(String name)
           
 
Method Summary
 ClassInfo getContainingClass()
          Get the containing ClassInfo
 void setContainingClass(ClassInfo containingClass)
          Set the containing ClassInfo
 
Methods inherited from class vdoclet.docinfo.BaseElementInfo
getModifiers, isAbstract, isFinal, isPrivate, isProtected, isPublic, isStatic, setAbstract, setFinal, setPrivate, setProtected, setPublic, setStatic
 
Methods inherited from class vdoclet.docinfo.BaseInfo
addTag, addTag, addTags, clone, getComment, getName, getTag, getTags, getTags, getTagValue, getTagValue, setComment, setName
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseClassElementInfo

public BaseClassElementInfo(String name)
Method Detail

setContainingClass

public void setContainingClass(ClassInfo containingClass)
Set the containing ClassInfo


getContainingClass

public ClassInfo getContainingClass()
Get the containing ClassInfo