com.pnfsoftware.jeb.core.actions.IActionData |
Known Indirect Subclasses |
Interface for ActionXxxData
classes.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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.
|
Convenience method used to store any object. Objects may be stored by the client or the plugin.
key | object key |
---|
Convenience method used to retrieve previously stored objects.
key | object key |
---|---|
value | object value |