Class Overview
This action class holds information for to the CONVERT
action.
Summary
[Expand]
Inherited Methods |
From class
com.pnfsoftware.jeb.core.actions.ActionData
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.pnfsoftware.jeb.core.actions.IActionData
abstract
Object
|
getValue(String key)
Convenience method used to store any object.
|
abstract
void
|
setValue(String key, Object value)
Convenience method used to retrieve previously stored objects.
|
|
Public Constructors
public
ActionConvertData
()