|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IReadBean
The definition of a default Bean interface.
It has to give access to the property methods with generic get method.
| Method Summary | |
|---|---|
Object |
get(String pPropertyName)
Gets the value of the property name. |
String[] |
getPropertyNames()
Gets the property names available by this bean. |
| Method Detail |
|---|
String[] getPropertyNames()
Object get(String pPropertyName)
pPropertyName - the property name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||