|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.clazz.common.ClazzElementSupport
org.apache.commons.clazz.common.ClazzFeatureSupport
org.apache.commons.clazz.bean.BeanClazzProperty
| Constructor Summary | |
BeanClazzProperty(org.apache.commons.clazz.Clazz declaringClazz,
String name)
|
|
BeanClazzProperty(org.apache.commons.clazz.Clazz declaringClazz,
String name,
String type)
|
|
| Method Summary | |
Object |
get(Object instance)
|
org.apache.commons.clazz.Clazz |
getClazz()
Returns the property type. |
org.apache.commons.clazz.Clazz |
getContentClazz()
Gets the type of the item if the property isCollection() or
isMap(). |
org.apache.commons.clazz.Clazz |
getKeyClazz()
Gets the type of the key if the property isMap(). |
String |
getName()
Returns the name of the property. |
boolean |
isCollection()
Returns true if the property is a collection. |
boolean |
isMap()
Returns true if the property is a map. |
boolean |
isReadOnly()
|
void |
set(Object instance,
Object value)
|
| Methods inherited from class org.apache.commons.clazz.common.ClazzFeatureSupport |
getDeclaringClazz |
| Methods inherited from class org.apache.commons.clazz.common.ClazzElementSupport |
getAttribute, getAttributes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.commons.clazz.ClazzFeature |
getDeclaringClazz |
| Methods inherited from interface org.apache.commons.clazz.ClazzElement |
getAttribute, getAttributes |
| Constructor Detail |
public BeanClazzProperty(org.apache.commons.clazz.Clazz declaringClazz,
String name)
public BeanClazzProperty(org.apache.commons.clazz.Clazz declaringClazz,
String name,
String type)
| Method Detail |
public String getName()
org.apache.commons.clazz.ClazzProperty
getName in interface org.apache.commons.clazz.ClazzPropertyClazzProperty.getName()public org.apache.commons.clazz.Clazz getClazz()
org.apache.commons.clazz.ClazzProperty
getClazz in interface org.apache.commons.clazz.ClazzPropertyClazzProperty.getClazz()public boolean isCollection()
isCollection in interface org.apache.commons.clazz.ClazzPropertypublic boolean isMap()
isMap in interface org.apache.commons.clazz.ClazzPropertypublic org.apache.commons.clazz.Clazz getContentClazz()
org.apache.commons.clazz.ClazzPropertyisCollection() or
isMap().
getContentClazz in interface org.apache.commons.clazz.ClazzPropertyClazzProperty.getContentClazz()public org.apache.commons.clazz.Clazz getKeyClazz()
org.apache.commons.clazz.ClazzPropertyisMap().
getKeyClazz in interface org.apache.commons.clazz.ClazzPropertyClazzProperty.getKeyClazz()public boolean isReadOnly()
isReadOnly in interface org.apache.commons.clazz.ClazzPropertyClazzProperty.isReadOnly()public Object get(Object instance)
get in interface org.apache.commons.clazz.ClazzPropertyClazzProperty.get(java.lang.Object)
public void set(Object instance,
Object value)
set in interface org.apache.commons.clazz.ClazzPropertyClazzProperty.set(Object, Object)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||