Interface FinishWithDefaultData


public interface FinishWithDefaultData
Data for the finish with default values measure.
Author:
Marco Waimer
  • Field Details

  • Method Details

    • getValues

      PluginData getValues()
      Returns:
      The default values.
    • setValues

      void setValues(PluginData values)
      Setter for getValues().
      Parameters:
      values -
    • finishSuspendedState

      boolean finishSuspendedState()
      If true, the item shall also be finished, if the activity currently is suspended. Ie. the stored application state will be ignored and the activity will be finished.
      Returns:
      True, the item shall also be finished, if the activity currently is suspended.
    • setFinishSuspendedState

      void setFinishSuspendedState(boolean finishSuspendedState)
      Parameters:
      finishSuspendedState - Whether suspended items shall be finished.
    • finishRunningState

      boolean finishRunningState()
      If true, the item shall also be finished, if the activity currently is running. The activity will be reset, and then finished with the default data.
      Returns:
      True, the item shall also be finished, if the activity currently is running.
    • setFinishRunningState

      void setFinishRunningState(boolean finishRunningState)
      Parameters:
      finishRunningState - Whether running items shall be finished.
    • finishSelectedState

      boolean finishSelectedState()
      If true, the item shall also be finished, if the activity currently is selected. The activity will be reset, and then finished with the default data.
      Returns:
      True, the item shall also be finished, if the activity currently is selected.
    • setFinishSelectedState

      void setFinishSelectedState(boolean finishSelectedState)
      Parameters:
      finishSelectedState - Whether selected items shall be finished.