public class ClassDoc extends java.lang.Object implements DslElementDoc
| Constructor and Description |
|---|
ClassDoc() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
java.lang.String |
getId() |
java.util.List<ClassDoc> |
getInterfaces() |
java.lang.String |
getName() |
java.lang.String |
getReplacement() |
java.lang.String |
getSimpleName() |
boolean |
isDeprecated() |
boolean |
isIncubating() |
boolean |
isReplaced() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCommentpublic java.lang.String getId()
getId in interface DslElementDocpublic java.lang.String getName()
public java.util.List<ClassDoc> getInterfaces()
public java.lang.String getSimpleName()
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