public interface

IActionData

com.pnfsoftware.jeb.core.actions.IActionData
Known Indirect Subclasses

Class Overview

Interface for ActionXxxData classes.

Summary

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.

Public Methods

public abstract Object getValue (String key)

Convenience method used to store any object. Objects may be stored by the client or the plugin.

Parameters
key object key
Returns
  • object or null

public abstract void setValue (String key, Object value)

Convenience method used to retrieve previously stored objects.

Parameters
key object key
value object value