Reads the named property from the supplied owner. @param owner the object that owns the property @param propertyName the property name @return the property value
(Object owner, String propertyName)
| 30 | * @return the property value |
| 31 | */ |
| 32 | Object read(Object owner, String propertyName); |
| 33 | } |
no outgoing calls