|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.prosyst.util.beans.BeanProperty
public class BeanProperty
This class describes a bean property. It provides methods for obtaining property name, type, getter and setter methods. The property type, the return type of the getter method (if any) and the argument type of the setter method (if any) are always the same.
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of this property. |
java.lang.Class |
getPropertyType()
Returns type of the property |
java.lang.reflect.Method |
getReadMethod()
Returns the 'getter' method of this property. |
java.lang.reflect.Method |
getWriteMethod()
Returns the 'setter' method of this property. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.Class getPropertyType()
public java.lang.reflect.Method getReadMethod()
public java.lang.reflect.Method getWriteMethod()
public java.lang.String toString()
toString in class java.lang.Object
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||