|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.betwixt.XMLIntrospector.BeanType
org.apache.commons.betwixt.XMLIntrospector.DynaClassBeanType
Implementation for DynaClasses
| Field Summary | |
private org.apache.commons.beanutils.DynaClass |
dynaClass
BeanType for this DynaClass |
private BeanProperty[] |
properties
Properties extracted in constuctor |
| Constructor Summary | |
XMLIntrospector.DynaClassBeanType(org.apache.commons.beanutils.DynaClass dynaClass)
Constructs a BeanType for a DynaClass |
|
| Method Summary | |
java.lang.String |
getBeanName()
Gets the name for this bean type |
java.lang.Class |
getElementType()
Gets the type to be used by the associated element |
BeanProperty[] |
getProperties()
Gets the properties associated with this bean. |
boolean |
isLoopType()
Is this type a loop? |
boolean |
isMapType()
is this type a map? |
boolean |
isPrimitiveType()
Is this type a primitive? |
java.lang.String |
toString()
Create string representation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private org.apache.commons.beanutils.DynaClass dynaClass
private BeanProperty[] properties
| Constructor Detail |
public XMLIntrospector.DynaClassBeanType(org.apache.commons.beanutils.DynaClass dynaClass)
dynaClass - not null| Method Detail |
public java.lang.String getBeanName()
XMLIntrospector.BeanType
getBeanName in class XMLIntrospector.BeanTypeBeanType#getBeanNamepublic java.lang.Class getElementType()
XMLIntrospector.BeanType
getElementType in class XMLIntrospector.BeanTypeBeanType#getElementTypepublic boolean isPrimitiveType()
XMLIntrospector.BeanType
isPrimitiveType in class XMLIntrospector.BeanTypeBeanType#isPrimitiveTypepublic boolean isMapType()
XMLIntrospector.BeanType
isMapType in class XMLIntrospector.BeanTypeBeanType#isMapTypepublic boolean isLoopType()
XMLIntrospector.BeanType
isLoopType in class XMLIntrospector.BeanTypeBeanType#isLoopTypepublic BeanProperty[] getProperties()
XMLIntrospector.BeanType
getProperties in class XMLIntrospector.BeanTypeBeanType#getPropertiespublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||