|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.arooa.beanutils.DynaBeanOverview
public class DynaBeanOverview
A BeanOverview
for a DynaBean.
Constructor Summary | |
---|---|
DynaBeanOverview(org.apache.commons.beanutils.DynaClass dynaClass)
Constructor. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DynaBeanOverview(org.apache.commons.beanutils.DynaClass dynaClass)
dynaClass
- Method Detail |
---|
public String[] getProperties()
BeanOverview
getProperties
in interface BeanOverview
public Class<?> getPropertyType(String property) throws ArooaNoPropertyException
BeanOverview
getPropertyType
in interface BeanOverview
property
- The property name.
ArooaNoPropertyException
public boolean hasReadableProperty(String property)
BeanOverview
hasReadableProperty
in interface BeanOverview
property
- The name.
public boolean hasWriteableProperty(String property)
BeanOverview
hasWriteableProperty
in interface BeanOverview
property
- The name.
public boolean isIndexed(String property) throws ArooaNoPropertyException
BeanOverview
isIndexed
in interface BeanOverview
property
- The property name.
ArooaNoPropertyException
public boolean isMapped(String property) throws ArooaNoPropertyException
BeanOverview
isMapped
in interface BeanOverview
property
- The property name.
ArooaNoPropertyException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |