net.cscott.sinjdoc

Interface ParamTag

public interface ParamTag extends Tag

The ParamTag class represents a @param documentation tag.

Version: $Id: ParamTag.java,v 1.5 2003/05/08 03:54:25 cananian Exp $

Author: C. Scott Ananian (cscott@cscott.net)

See Also: com.sun.javadoc.ParamTag

Method Summary
List<Tag>parameterComment()
Return the parameter comment associated with this ParamTag.
StringparameterName()
Return the name of the parameter associated with this ParamTag.

Method Detail

parameterComment

public List<Tag> parameterComment()
Return the parameter comment associated with this ParamTag.

parameterName

public String parameterName()
Return the name of the parameter associated with this ParamTag.
Copyright © 2003 C. Scott Ananian