Class CsvPropertyGetter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object invoke​(java.lang.Object object, java.lang.String property, IEolContext context)
      Invokes a property on a model element.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CsvPropertyGetter

        public CsvPropertyGetter()
    • Method Detail

      • invoke

        public java.lang.Object invoke​(java.lang.Object object,
                                       java.lang.String property,
                                       IEolContext context)
                                throws EolRuntimeException
        Description copied from interface: IPropertyGetter
        Invokes a property on a model element.
        Parameters:
        object - The model element.
        property - The property name of the model element.
        context - The execution context.
        Returns:
        The value of the requested property.
        Throws:
        EolIllegalPropertyException - If the property could not be found.
        EolRuntimeException - If an exception occurs when querying the model for the property.