|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.betwixt.XMLIntrospector.BeanType
Some type of pseudo-bean
Constructor Summary | |
private |
XMLIntrospector.BeanType()
|
Method Summary | |
abstract java.lang.String |
getBeanName()
Gets the name for this bean type |
abstract java.lang.Class |
getElementType()
Gets the type to be used by the associated element |
abstract BeanProperty[] |
getProperties()
Gets the properties associated with this bean. |
abstract boolean |
isLoopType()
Is this type a loop? |
abstract boolean |
isMapType()
is this type a map? |
abstract 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 |
Constructor Detail |
private XMLIntrospector.BeanType()
Method Detail |
public abstract java.lang.String getBeanName()
public abstract java.lang.Class getElementType()
public abstract boolean isPrimitiveType()
public abstract boolean isMapType()
public abstract boolean isLoopType()
public abstract BeanProperty[] getProperties()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |