public class ExtendedPropertyGetter extends AbstractPropertyGetter
Constructor and Description |
---|
ExtendedPropertyGetter() |
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, wait
hasProperty, hasProperty, invoke
public Object invoke(Object object, String property, IEolContext context) throws EolRuntimeException
IPropertyGetter
object
- 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.