|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
provides get and set methods for properties. Can be used to replace reflection (to some extend) for "serialization-aware" classes. Currently used in kSOAP and the RMS based kobjects object repository
| Method Summary | |
java.lang.Object |
getProperty(int index)
Returns the property at a specified index (for serialization) |
int |
getPropertyCount()
returns the number of serializable properties |
void |
getPropertyInfo(int index,
PropertyInfo info)
Fills the given property info record |
void |
setProperty(int index,
java.lang.Object value)
sets the property with the given index to the given value. |
| Method Detail |
public java.lang.Object getProperty(int index)
index - the specified indexpublic int getPropertyCount()
public void setProperty(int index,
java.lang.Object value)
index - the index to be setvalue - the value of the property
public void getPropertyInfo(int index,
PropertyInfo info)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||