Class JavaPropertyGetter

    • Constructor Detail

      • JavaPropertyGetter

        public JavaPropertyGetter()
    • Method Detail

      • hasProperty

        public boolean hasProperty​(Object object,
                                   String property,
                                   IEolContext context)
        Description copied from interface: IPropertyGetter
        Convenience method for checking whether a property exists.
        Parameters:
        object - The model element.
        property - The property name of the model element.
        context - The execution context.
        Returns:
        true if the property exists, false otherwise.