org.japano.metadata.xjavadoc
Class JavadocMethod

java.lang.Object
  extended by org.japano.metadata.xjavadoc.JavadocMethod
All Implemented Interfaces:
MetadataMethod

public class JavadocMethod
extends java.lang.Object
implements MetadataMethod

XJavadoc implementation of the MetadataMethod interface.

Version:
$Id: JavadocMethod.java,v 1.6 2005/09/27 21:30:51 fforw Exp $ SourceForge.net Logo
Author:
Sven Helmberger ( sven dot helmberger at gmx dot de )

Method Summary
 MetadataMethod getAccessor()
           
 java.lang.String getDescription()
           
 MetadataMethod getMutator()
           
 java.lang.String getName()
           
 java.lang.String getNameWithSignature()
           
 java.util.List getParameterNames()
           
 java.util.List getParameterTypes()
           
 java.lang.String getPropertyName()
           
 java.lang.String getReturnType()
           
 MetadataTag getTag(TagType type)
           
 java.util.List getTags()
           
 java.util.List getTags(TagType type)
           
 boolean isAccessor()
           
 boolean isMutator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTag

public MetadataTag getTag(TagType type)
Specified by:
getTag in interface MetadataMethod

getTags

public java.util.List getTags(TagType type)
Specified by:
getTags in interface MetadataMethod

isMutator

public boolean isMutator()
Specified by:
isMutator in interface MetadataMethod

isAccessor

public boolean isAccessor()
Specified by:
isAccessor in interface MetadataMethod

getAccessor

public MetadataMethod getAccessor()
Specified by:
getAccessor in interface MetadataMethod

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface MetadataMethod

getMutator

public MetadataMethod getMutator()
Specified by:
getMutator in interface MetadataMethod

getName

public java.lang.String getName()
Specified by:
getName in interface MetadataMethod

getNameWithSignature

public java.lang.String getNameWithSignature()
Specified by:
getNameWithSignature in interface MetadataMethod

getParameterNames

public java.util.List getParameterNames()
Specified by:
getParameterNames in interface MetadataMethod

getParameterTypes

public java.util.List getParameterTypes()
Specified by:
getParameterTypes in interface MetadataMethod

getPropertyName

public java.lang.String getPropertyName()
Specified by:
getPropertyName in interface MetadataMethod

getReturnType

public java.lang.String getReturnType()
Specified by:
getReturnType in interface MetadataMethod

getTags

public java.util.List getTags()
Specified by:
getTags in interface MetadataMethod