com.thoughtworks.qdox.model
public interface DocletTag extends Serializable
Version: $Revision: 546 $
| Method Summary | |
|---|---|
| AbstractBaseJavaEntity | getContext() |
| int | getLineNumber() |
| String | getName() |
| String | getNamedParameter(String key) |
| Map | getNamedParameterMap() |
| String[] | getParameters() |
| String | getValue() |
Returns: the language element to which this tag applies
Since: 1.4
Returns: the line-number where the tag occurred
Returns: the tag name
Parameters: key name of a named-parameter
Returns: the corresponding value, or null if no such named-parameter was present
Returns: a Map containing all the named-parameters
Returns: an array of whitespace-separatedtag parameters
Returns: the full tag-value