Interface IPropertyGetter

All Known Implementing Classes:
AbstractPropertyGetter, BibtexPropertyGetter, CsvPropertyGetter, EmfPropertyGetter, ExtendedPropertyGetter, HtmlPropertyGetter, JavaPropertyGetter, JdtPropertyGetter, JsonPropertyGetter, ModelGroup.DelegatingModelElementPropertyGetter, MuddleModelPropertyGetter, PatternMatchPropertyGetter, PlainXmlPropertyGetter, SimulinkPropertyGetter, SpreadsheetPropertyGetter, TuplePropertyGetter, YamlPropertyGetter

public interface IPropertyGetter
  • Method Summary

    Modifier and Type
    Method
    Description
    default Object
    hasProperty(Object object, String property)
    This method is provided for backwards compatibility and convenience.
    default boolean
    hasProperty(Object object, String property, IEolContext context)
    Convenience method for checking whether a property exists.
    default Object
    invoke(Object object, String property)
    This method is provided for backwards compatibility and convenience.
    invoke(Object object, String property, IEolContext context)
    Invokes a property on a model element.