|
||||||||||
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 nullMethod Detail |
---|
public java.lang.String getBeanName()
XMLIntrospector.BeanType
getBeanName
in class XMLIntrospector.BeanType
XMLIntrospector.BeanType.getBeanName()
public java.lang.Class getElementType()
XMLIntrospector.BeanType
getElementType
in class XMLIntrospector.BeanType
XMLIntrospector.BeanType.getElementType()
public boolean isPrimitiveType()
XMLIntrospector.BeanType
isPrimitiveType
in class XMLIntrospector.BeanType
XMLIntrospector.BeanType.isPrimitiveType()
public boolean isMapType()
XMLIntrospector.BeanType
isMapType
in class XMLIntrospector.BeanType
XMLIntrospector.BeanType.isMapType()
public boolean isLoopType()
XMLIntrospector.BeanType
isLoopType
in class XMLIntrospector.BeanType
XMLIntrospector.BeanType.isLoopType()
public BeanProperty[] getProperties()
XMLIntrospector.BeanType
getProperties
in class XMLIntrospector.BeanType
XMLIntrospector.BeanType.getProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |