Interface IHandlerCollectionModel

    • Method Detail

      • getHandlerModels

        Iterable<IHandlerModel<?>> getHandlerModels()
        Returns a collection of underlying handler models.
        Returns:
        a collection of handler models. Can't return null.
      • getScriptVariant

        ScriptVariant getScriptVariant()
        Retutrns the current script variant.
        Returns:
        the current script variant. Can't return null.
      • getObject

        org.eclipse.emf.ecore.EObject getObject()
        Returns the parent form model object.
        Returns:
        the form model EObject object. Can't return null.