public class ExtendedPropertySetter extends AbstractPropertySetter
Constructor and Description |
---|
ExtendedPropertySetter() |
Modifier and Type | Method and Description |
---|---|
void |
invoke(Object target,
String property,
Object value,
IEolContext context)
Sets a property on a given object to the specified value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
invoke
public void invoke(Object target, String property, Object value, IEolContext context) throws EolRuntimeException
IPropertySetter
target
- The model element to update.property
- The name of the property of the model element.value
- The new value of the property.context
- The execution context.EolRuntimeException
- If anything goes wrong in updating the value.Copyright © 2020. All rights reserved.