| java.lang.Object | ||
| ↳ | com.pnfsoftware.jeb.core.actions.ActionData | |
| ↳ | com.pnfsoftware.jeb.core.actions.ActionSetTypeData | |
This action class holds information for to the PROVIDE_TYPE_HINT action.
|
[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
| |||||||||||
Get the current type. This method is used by clients.
Get the new type. This method is used by plugins.
Set the current Type. This method is used by plugins.
| type | current type |
|---|
Set the new type. This method is used by clients.
| type | new type |
|---|