Interface ValueSetter
-
- All Known Implementing Classes:
DeferredValueSetter,PropertyPathExpressionValueSetter,ReplaceValueSetter
public interface ValueSetterProvides methods for updating the value of a particular Java bean's property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetValue(org.onebusaway.csv_entities.schema.BeanWrapper bean, String propertyName)Updates the specified property of the specified bean as appropriate.
-
-
-
Method Detail
-
setValue
void setValue(org.onebusaway.csv_entities.schema.BeanWrapper bean, String propertyName)Updates the specified property of the specified bean as appropriate.
-
-