public interface IPropertyAccessor
| Modifier and Type | Method and Description |
|---|---|
Object |
getPropertyValue(PropertyInfo propInfo)
Returns the value of the specified property.
|
void |
setPropertyValue(PropertyInfo propInfo,
Object value)
Sets the value of the specified property.
|
Object getPropertyValue(PropertyInfo propInfo) throws Exception
propInfo - The property descriptor.Exception - Unspecified exception.void setPropertyValue(PropertyInfo propInfo, Object value) throws Exception
propInfo - The property descriptor.value - The new value of the property.Exception - Unspecified exception.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.