java.lang.Object | ||
↳ | com.pnfsoftware.jeb.core.actions.ActionData | |
↳ | com.pnfsoftware.jeb.core.actions.ActionSetTypeData |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
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 |
---|