org.oddjob.arooa.beandocs
Interface PropertyDoc

All Known Implementing Classes:
WriteablePropertyDoc

public interface PropertyDoc


Nested Class Summary
static class PropertyDoc.Access
           
static class PropertyDoc.Multiplicity
           
 
Method Summary
 PropertyDoc.Access getAccess()
           
 String getAllText()
           
 ConfiguredHow getConfiguredHow()
           
 String getFirstSentence()
           
 PropertyDoc.Multiplicity getMultiplicity()
           
 String getPropertyName()
           
 String getRequired()
           
 boolean isAuto()
           
 

Method Detail

getPropertyName

String getPropertyName()

getFirstSentence

String getFirstSentence()

getAllText

String getAllText()

getConfiguredHow

ConfiguredHow getConfiguredHow()

isAuto

boolean isAuto()

getAccess

PropertyDoc.Access getAccess()

getMultiplicity

PropertyDoc.Multiplicity getMultiplicity()

getRequired

String getRequired()