public class ModelGroup.DelegatingModelElementPropertyGetter extends AbstractPropertyGetter
| Constructor and Description |
|---|
DelegatingModelElementPropertyGetter() |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object object,
String property,
IEolContext context)
Invokes a property on a model element.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasProperty, hasProperty, invokepublic DelegatingModelElementPropertyGetter()
public Object invoke(Object object, String property, IEolContext context) throws EolRuntimeException
IPropertyGetterobject - The model element.property - The property name of the model element.context - The execution context.EolIllegalPropertyException - If the property could not be found.EolRuntimeException - If an exception occurs when querying the model for the property.Copyright © 2020. All rights reserved.