|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArooaBeanDescriptor
A description of any special types of properties a class might have.
ArooaDescriptor}
Method Summary | |
---|---|
ArooaAnnotations |
getAnnotations()
Provide annotation information about methods. |
String |
getComponentProperty()
The name of the component property. |
ConfiguredHow |
getConfiguredHow(String property)
How is a property configured. |
String |
getFlavour(String property)
Get the property flavour. |
ParsingInterceptor |
getParsingInterceptor()
Get The ParsingInterceptor . |
String |
getTextProperty()
The name of the property which can be set using the text of an xml element. |
boolean |
isAuto(String property)
Indicates that the property should be set automatically from the services. |
Method Detail |
---|
ParsingInterceptor getParsingInterceptor()
ParsingInterceptor
.
String getTextProperty()
The actual property name is required because unlike components and values, the property name can not be derrived from an element name.
String getComponentProperty()
ConfiguredHow getConfiguredHow(String property)
property
- The property name.
String getFlavour(String property)
property
- The property name.
boolean isAuto(String property)
property
- The property name.
ArooaAnnotations getAnnotations()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |