Package com.pnfsoftware.jeb.core.actions
Class ActionSetTypeData
java.lang.Object
com.pnfsoftware.jeb.core.actions.ActionData
com.pnfsoftware.jeb.core.actions.ActionSetTypeData
- All Implemented Interfaces:
IActionData
This action class holds information for to the
Actions.PROVIDE_TYPE_HINT
action.-
Field Summary
Fields inherited from class com.pnfsoftware.jeb.core.actions.ActionData
ERRCODE_UNKNOWN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the current type.Get the new type.void
setCurrentType
(String type) Set the current Type.void
setNewType
(String type) Set the new type.Methods inherited from class com.pnfsoftware.jeb.core.actions.ActionData
canReuseObject, getDescription, getExecutionErrorCode, getExecutionErrorMessage, getValue, isNoInfoRequest, reset, setDescription, setExecutionError, setExecutionErrorCode, setExecutionErrorMessage, setValue
-
Constructor Details
-
ActionSetTypeData
public ActionSetTypeData()
-
-
Method Details
-
getCurrentType
Get the current type. This method is used by clients.- Returns:
- the current type
-
setCurrentType
Set the current Type. This method is used by plugins.- Parameters:
type
- current type
-
getNewType
Get the new type. This method is used by plugins.- Returns:
- the new type
-
setNewType
Set the new type. This method is used by clients.- Parameters:
type
- new type
-