com.sun.jersey.server.wadl.generators.resourcedoc.model
Class AnnotationDocType

java.lang.Object
  extended by com.sun.jersey.server.wadl.generators.resourcedoc.model.AnnotationDocType

public class AnnotationDocType
extends Object

The documentation type for annotations.
Created on: Jun 12, 2008

Version:
$Id$
Author:
Martin Grotzke

Field Summary
protected  List<NamedValueType> attribute
           
 
Constructor Summary
AnnotationDocType()
           
 
Method Summary
 String getAnnotationTypeName()
           
 List<NamedValueType> getAttributeDocs()
           
 boolean hasAttributeDocs()
           
 void setAnnotationTypeName(String annotationTypeName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attribute

protected List<NamedValueType> attribute
Constructor Detail

AnnotationDocType

public AnnotationDocType()
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


Copyright © 2013 Oracle Corporation. All Rights Reserved.