Interface IActionDefinition


public interface IActionDefinition
Definition class for custom actions. NOT TO BE USED.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a description for the action.
    Get the action.
  • Method Details

    • getName

      String getName()
      Get the action.
      Returns:
      the action name
    • getDescription

      String getDescription()
      Get a description for the action.
      Returns:
      the action decription