|
||||||||||
| 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
private class 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? |
| Methods inherited from class org.apache.commons.betwixt.XMLIntrospector.BeanType |
|---|
toString |
| 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.BeanTypeXMLIntrospector.BeanType.getBeanName()public java.lang.Class getElementType()
XMLIntrospector.BeanType
getElementType in class XMLIntrospector.BeanTypeXMLIntrospector.BeanType.getElementType()public boolean isPrimitiveType()
XMLIntrospector.BeanType
isPrimitiveType in class XMLIntrospector.BeanTypeXMLIntrospector.BeanType.isPrimitiveType()public boolean isMapType()
XMLIntrospector.BeanType
isMapType in class XMLIntrospector.BeanTypeXMLIntrospector.BeanType.isMapType()public boolean isLoopType()
XMLIntrospector.BeanType
isLoopType in class XMLIntrospector.BeanTypeXMLIntrospector.BeanType.isLoopType()public BeanProperty[] getProperties()
XMLIntrospector.BeanType
getProperties in class XMLIntrospector.BeanTypeXMLIntrospector.BeanType.getProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||