| Constructor and Description |
|---|
WriteableBeanDoc() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExampleDoc(WriteableExampleDoc exampleDoc) |
void |
addPropertyDoc(WriteablePropertyDoc propertyDocBean) |
String |
getAllText() |
String |
getClassName() |
ExampleDoc[] |
getExampleDocs() |
String |
getFirstSentence() |
String |
getName() |
String |
getPrefix() |
WriteablePropertyDoc[] |
getPropertyDocs() |
String |
getTag() |
WriteablePropertyDoc |
propertyDocFor(String property) |
void |
setAllText(String allText) |
void |
setClassName(String className) |
void |
setFirstSentence(String firstLine) |
void |
setPrefix(String namespace) |
void |
setTag(String tag) |
public void setPrefix(String namespace)
public void setTag(String tag)
public String getClassName()
getClassName in interface BeanDocpublic void setClassName(String className)
public String getFirstSentence()
getFirstSentence in interface BeanDocpublic void setFirstSentence(String firstLine)
public String getAllText()
getAllText in interface BeanDocpublic void setAllText(String allText)
public WriteablePropertyDoc[] getPropertyDocs()
getPropertyDocs in interface BeanDocpublic WriteablePropertyDoc propertyDocFor(String property)
propertyDocFor in interface BeanDocpublic void addPropertyDoc(WriteablePropertyDoc propertyDocBean)
public ExampleDoc[] getExampleDocs()
getExampleDocs in interface BeanDocpublic void addExampleDoc(WriteableExampleDoc exampleDoc)
Copyright © 2023. All rights reserved.