public class AnnotationDocletTag extends Object implements com.thoughtworks.qdox.model.DocletTag
| Constructor and Description |
|---|
AnnotationDocletTag(String name,
String value) |
AnnotationDocletTag(String name,
String value,
int lineNumber) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.annotation.factory.ast.ASTAnnotation |
getAnnotation() |
com.thoughtworks.qdox.model.AbstractJavaEntity |
getContext() |
int |
getLineNumber() |
String |
getName() |
String |
getNamedParameter(String key) |
Map |
getNamedParameterMap() |
String[] |
getParameters() |
String |
getValue() |
void |
setContext(com.thoughtworks.qdox.model.AbstractJavaEntity owner) |
public org.jboss.annotation.factory.ast.ASTAnnotation getAnnotation()
public String getName()
getName in interface com.thoughtworks.qdox.model.DocletTagpublic String getValue()
getValue in interface com.thoughtworks.qdox.model.DocletTagpublic String[] getParameters()
getParameters in interface com.thoughtworks.qdox.model.DocletTagpublic Map getNamedParameterMap()
getNamedParameterMap in interface com.thoughtworks.qdox.model.DocletTagpublic String getNamedParameter(String key)
getNamedParameter in interface com.thoughtworks.qdox.model.DocletTagpublic int getLineNumber()
getLineNumber in interface com.thoughtworks.qdox.model.DocletTagpublic final com.thoughtworks.qdox.model.AbstractJavaEntity getContext()
getContext in interface com.thoughtworks.qdox.model.DocletTagpublic void setContext(com.thoughtworks.qdox.model.AbstractJavaEntity owner)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.