public class SimulinkPropertySetter extends JavaPropertySetter
Constructor and Description |
---|
SimulinkPropertySetter() |
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.
|
coerce, conforms, getMethodFor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
coerce, conforms
invoke
public void invoke(Object target, String property, Object value, IEolContext context) throws EolRuntimeException
IPropertySetter
invoke
in interface IPropertySetter
invoke
in class JavaPropertySetter
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.