|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BeanOverview
A Bean Overview is a very light look at the characteristics of a bean.
Method Summary | |
---|---|
String[] |
getProperties()
The names for all the properties. |
Class<?> |
getPropertyType(String property)
Get the property type. |
boolean |
hasReadableProperty(String property)
Is there a readable property of the given name. |
boolean |
hasWriteableProperty(String property)
Is there a writable property of the given name. |
boolean |
isIndexed(String property)
Is the property indexed. |
boolean |
isMapped(String property)
Is the property mapped. |
Method Detail |
---|
String[] getProperties()
boolean hasWriteableProperty(String property)
property
- The name.
boolean hasReadableProperty(String property)
property
- The name.
Class<?> getPropertyType(String property) throws ArooaNoPropertyException
property
- The property name.
ArooaNoPropertyException
boolean isIndexed(String property) throws ArooaNoPropertyException
property
- The property name.
ArooaNoPropertyException
boolean isMapped(String property) throws ArooaNoPropertyException
property
- The property name.
ArooaNoPropertyException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |