public class MethodDocType extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
commentText |
protected List<ParamDocType> |
paramDoc |
Constructor and Description |
---|
MethodDocType() |
Modifier and Type | Method and Description |
---|---|
List<Object> |
getAny() |
String |
getCommentText()
Gets the value of the commentText property.
|
String |
getMethodName() |
List<ParamDocType> |
getParamDocs() |
RequestDocType |
getRequestDoc() |
ResponseDocType |
getResponseDoc() |
String |
getReturnDoc() |
String |
getReturnTypeExample() |
void |
setCommentText(String value)
Sets the value of the commentText property.
|
void |
setMethodName(String methodName) |
void |
setRequestDoc(RequestDocType requestDoc) |
void |
setResponseDoc(ResponseDocType responseDoc) |
void |
setReturnDoc(String returnDoc) |
void |
setReturnTypeExample(String returnTypeExample) |
protected String commentText
protected List<ParamDocType> paramDoc
public String getCommentText()
public void setCommentText(String value)
value
- the commentTextpublic List<ParamDocType> getParamDocs()
public String getMethodName()
public void setMethodName(String methodName)
methodName
- the className to setpublic String getReturnDoc()
public void setReturnDoc(String returnDoc)
returnDoc
- the returnDoc to setpublic String getReturnTypeExample()
public void setReturnTypeExample(String returnTypeExample)
returnTypeExample
- the returnTypeExample to setpublic RequestDocType getRequestDoc()
public void setRequestDoc(RequestDocType requestDoc)
requestDoc
- the requestDoc to setpublic ResponseDocType getResponseDoc()
public void setResponseDoc(ResponseDocType responseDoc)
responseDoc
- the responseDoc to setCopyright © 2013 Oracle Corporation. All rights reserved.