public class MethodDoc extends java.lang.Object implements DslElementDoc
| Constructor and Description |
|---|
MethodDoc() |
| Modifier and Type | Method and Description |
|---|---|
MethodDoc |
forClass(ClassMetaData refererMetaData) |
java.lang.String |
getDescription() |
java.lang.String |
getId() |
java.lang.String |
getName() |
java.lang.String |
getReplacement() |
boolean |
isDeprecated() |
boolean |
isIncubating() |
boolean |
isReplaced() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCommentpublic MethodDoc forClass(ClassMetaData refererMetaData)
public java.lang.String getId()
getId in interface DslElementDocpublic java.lang.String getName()
public boolean isDeprecated()
isDeprecated in interface DslElementDocpublic boolean isIncubating()
isIncubating in interface DslElementDocpublic boolean isReplaced()
isReplaced in interface DslElementDocpublic java.lang.String getReplacement()
getReplacement in interface DslElementDocpublic java.lang.String getDescription()
getDescription in interface DslElementDoc