|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The introspector provides introspection services, i.e. property discovery and manipulation, for any object.
(c) copyright 2003-2004 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
| Method Summary | |
Property[] |
getProperties(java.lang.Object introspected)
|
Property |
getProperty(java.lang.Object introspected,
java.lang.String property)
Retrieves the {see Property}with a given name from an introspected object. |
java.lang.String[] |
getPropertyNames(java.lang.Object introspected)
Retrieves the names of the properties of the introspected object. |
| Method Detail |
public Property[] getProperties(java.lang.Object introspected)
introspected - the introspected object
public java.lang.String[] getPropertyNames(java.lang.Object introspected)
introspected - The introspected object.
public Property getProperty(java.lang.Object introspected,
java.lang.String property)
introspected - The introspected object.property - The name of the property to be retrieved
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||