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, hasPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasProperty, invokepublic Object invoke(Object object, String property, IEolContext context) throws EolRuntimeException
IPropertyGetterinvoke in interface IPropertyGetterinvoke in class JavaPropertyGetterobject - 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.