Class ActionSetTypeData

java.lang.Object
com.pnfsoftware.jeb.core.actions.ActionData
com.pnfsoftware.jeb.core.actions.ActionSetTypeData
All Implemented Interfaces:
IActionData

public class ActionSetTypeData extends ActionData
This action class holds information for to the Actions.PROVIDE_TYPE_HINT action.
  • Constructor Details

    • ActionSetTypeData

      public ActionSetTypeData()
  • Method Details

    • getCurrentType

      public String getCurrentType()
      Get the current type. This method is used by clients.
      Returns:
      the current type
    • setCurrentType

      public void setCurrentType(String type)
      Set the current Type. This method is used by plugins.
      Parameters:
      type - current type
    • getNewType

      public String getNewType()
      Get the new type. This method is used by plugins.
      Returns:
      the new type
    • setNewType

      public void setNewType(String type)
      Set the new type. This method is used by clients.
      Parameters:
      type - new type