public class BlockDoc extends java.lang.Object implements DslElementDoc
| Constructor and Description |
|---|
BlockDoc() |
| Modifier and Type | Method and Description |
|---|---|
DocComment |
getComment() |
java.lang.String |
getDescription() |
java.lang.String |
getId() |
java.lang.String |
getName() |
java.lang.String |
getReplacement() |
boolean |
isDeprecated() |
boolean |
isIncubating() |
boolean |
isReplaced() |
public java.lang.String getId()
getId in interface DslElementDocpublic java.lang.String getName()
public java.lang.String getDescription()
getDescription in interface DslElementDocpublic DocComment getComment()
getComment in interface DslElementDocpublic 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 DslElementDoc