com.sun.jersey.server.wadl.generators.resourcedoc.model
Class AnnotationDocType
java.lang.Object
com.sun.jersey.server.wadl.generators.resourcedoc.model.AnnotationDocType
public class AnnotationDocType
- extends java.lang.Object
The documentation type for annotations.
Created on: Jun 12, 2008
- Version:
- $Id: //brazil/src/shared/third-party/JerseyServer/jersey-server-1.9.1/jersey-server/doc/com/sun/jersey/server/wadl/generators/resourcedoc/model/AnnotationDocType.html#1 $
- Author:
- Martin Grotzke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attribute
protected java.util.List<NamedValueType> attribute
AnnotationDocType
public AnnotationDocType()
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
Copyright © 2011 Oracle Corporation. All Rights Reserved.