org.oddjob.arooa.beandocs
Interface BeanDoc

All Known Implementing Classes:
WriteableBeanDoc

public interface BeanDoc


Method Summary
 String getAllText()
           
 String getClassName()
           
 ExampleDoc[] getExampleDocs()
           
 String getFirstSentence()
           
 String getName()
           
 String getPrefix()
           
 PropertyDoc[] getPropertyDocs()
           
 String getTag()
           
 PropertyDoc propertyDocFor(String property)
           
 

Method Detail

getName

String getName()

getPrefix

String getPrefix()

getTag

String getTag()

getClassName

String getClassName()

getFirstSentence

String getFirstSentence()

getAllText

String getAllText()

getPropertyDocs

PropertyDoc[] getPropertyDocs()

propertyDocFor

PropertyDoc propertyDocFor(String property)

getExampleDocs

ExampleDoc[] getExampleDocs()