Class AnnotationDocType
- java.lang.Object
-
- org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.AnnotationDocType
-
public class AnnotationDocType extends Object
The documentation type for annotations.
Created on: Jun 12, 2008- Author:
- Martin Grotzke (martin.grotzke at freiheit.com)
-
-
Field Summary
Fields Modifier and Type Field Description protected List<NamedValueType>attribute
-
Constructor Summary
Constructors Constructor Description AnnotationDocType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAnnotationTypeName()List<NamedValueType>getAttributeDocs()booleanhasAttributeDocs()voidsetAnnotationTypeName(String annotationTypeName)
-
-
-
Field Detail
-
attribute
protected List<NamedValueType> attribute
-
-
Method Detail
-
getAttributeDocs
public List<NamedValueType> getAttributeDocs()
-
hasAttributeDocs
public boolean hasAttributeDocs()
-
getAnnotationTypeName
public String getAnnotationTypeName()
- Returns:
- the annotationTypeName
-
setAnnotationTypeName
public void setAnnotationTypeName(String annotationTypeName)
- Parameters:
annotationTypeName- the annotationTypeName to set
-
-