Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.javadoc
Class JavadocMethod

java.lang.Object
  extended by com.liferay.portal.kernel.javadoc.BaseJavadoc
      extended by com.liferay.portal.kernel.javadoc.JavadocMethod

public class JavadocMethod
extends BaseJavadoc


Constructor Summary
JavadocMethod(Method method)
           
JavadocMethod(Method method, String comment)
           
 
Method Summary
 Method getMethod()
           
 String getParameterComment(int index)
           
 String[] getParameterComments()
           
 String getReturnComment()
           
 String getThrowsComment(int index)
           
 String[] getThrowsComments()
           
 void setMethod(Method method)
           
 void setParameterComments(String[] parameterComments)
           
 void setReturnComment(String returnComment)
           
 void setThrowsComments(String[] throwsComments)
           
 
Methods inherited from class com.liferay.portal.kernel.javadoc.BaseJavadoc
getComment, getServletContextName, setComment, setServletContextName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavadocMethod

public JavadocMethod(Method method)

JavadocMethod

public JavadocMethod(Method method,
                     String comment)
Method Detail

getMethod

public Method getMethod()

getParameterComment

public String getParameterComment(int index)

getParameterComments

public String[] getParameterComments()

getReturnComment

public String getReturnComment()

getThrowsComment

public String getThrowsComment(int index)

getThrowsComments

public String[] getThrowsComments()

setMethod

public void setMethod(Method method)

setParameterComments

public void setParameterComments(String[] parameterComments)

setReturnComment

public void setReturnComment(String returnComment)

setThrowsComments

public void setThrowsComments(String[] throwsComments)

Liferay 6.1.2-ce-ga3