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, getMethodForclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcoerce, conformsinvokepublic void invoke(Object target, String property, Object value, IEolContext context) throws EolRuntimeException
IPropertySetterinvoke in interface IPropertySetterinvoke in class JavaPropertySettertarget - 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.