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