|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Description of a property.
Method Summary | |
BeanInfo |
getBeanInfo()
Get the BeanInfo |
org.jboss.reflect.spi.MethodInfo |
getGetter()
Get the getter |
String |
getName()
Get the property name |
org.jboss.reflect.spi.MethodInfo |
getSetter()
Get the setter |
org.jboss.reflect.spi.TypeInfo |
getType()
Get the type |
String |
getUpperName()
Get the uppercase version of the property name |
void |
setGetter(org.jboss.reflect.spi.MethodInfo getter)
Set the getter |
void |
setSetter(org.jboss.reflect.spi.MethodInfo setter)
Set the setter |
Methods inherited from interface org.jboss.util.JBossInterface |
clone, toShortString, toShortString |
Method Detail |
public BeanInfo getBeanInfo()
public String getName()
public String getUpperName()
public org.jboss.reflect.spi.TypeInfo getType()
public org.jboss.reflect.spi.MethodInfo getGetter()
public void setGetter(org.jboss.reflect.spi.MethodInfo getter)
getter
- the getterpublic org.jboss.reflect.spi.MethodInfo getSetter()
public void setSetter(org.jboss.reflect.spi.MethodInfo setter)
setter
- the setter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |