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.DocletTag
public String getValue()
getValue
in interface com.thoughtworks.qdox.model.DocletTag
public String[] getParameters()
getParameters
in interface com.thoughtworks.qdox.model.DocletTag
public Map getNamedParameterMap()
getNamedParameterMap
in interface com.thoughtworks.qdox.model.DocletTag
public String getNamedParameter(String key)
getNamedParameter
in interface com.thoughtworks.qdox.model.DocletTag
public int getLineNumber()
getLineNumber
in interface com.thoughtworks.qdox.model.DocletTag
public final com.thoughtworks.qdox.model.AbstractJavaEntity getContext()
getContext
in interface com.thoughtworks.qdox.model.DocletTag
public void setContext(com.thoughtworks.qdox.model.AbstractJavaEntity owner)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.