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