public class PatternMatchPropertyGetter extends JavaPropertyGetter
Constructor and Description |
---|
PatternMatchPropertyGetter() |
Modifier and Type | Method and Description |
---|---|
Object |
invoke(Object object,
String property,
IEolContext context)
Invokes a property on a model element.
|
getMethodFor, hasProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasProperty, invoke
public Object invoke(Object object, String property, IEolContext context) throws EolRuntimeException
IPropertyGetter
invoke
in interface IPropertyGetter
invoke
in class JavaPropertyGetter
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.