public class

ActionSetTypeData

extends ActionData
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.actions.ActionData
     ↳ com.pnfsoftware.jeb.core.actions.ActionSetTypeData

Class Overview

This action class holds information for to the PROVIDE_TYPE_HINT action.

Summary

[Expand]
Inherited Constants
From class com.pnfsoftware.jeb.core.actions.ActionData
Public Constructors
ActionSetTypeData()
Public Methods
String getCurrentType()
Get the current type.
String getNewType()
Get the new type.
void setCurrentType(String type)
Set the current Type.
void setNewType(String type)
Set the new type.
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.actions.ActionData
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.actions.IActionData

Public Constructors

public ActionSetTypeData ()

Public Methods

public String getCurrentType ()

Get the current type. This method is used by clients.

Returns
  • the current type

public String getNewType ()

Get the new type. This method is used by plugins.

Returns
  • the new type

public void setCurrentType (String type)

Set the current Type. This method is used by plugins.

Parameters
type current type

public void setNewType (String type)

Set the new type. This method is used by clients.

Parameters
type new type