|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParameterValueStorageExInterface
Get, set or delete parameters from some storage.
This interface adds the functionality to get a parameter value
as a StorageInterface
object to the ParameterValueStorageInterface
interface
Method Summary | |
---|---|
StorageInterface |
getParameterAsStorage(String name)
Retreives the parameter as a StorageInterface object instead of a value Observe that this is a new StorageInterface object and will not be related to any of your other StorageInterface objects |
void |
setParameterAsStorage(String name,
StorageInterface value)
Sets the parameter as a StorageInterface object instead of a value Observe that this is a new StorageInterface object must have been retreived with the getParameterAsStorage(String) method |
Methods inherited from interface erland.util.ParameterValueStorageInterface |
---|
delParameter, getParameter, setParameter |
Method Detail |
---|
StorageInterface getParameterAsStorage(String name)
name
- The name of the parameter to retreive
void setParameterAsStorage(String name, StorageInterface value)
getParameterAsStorage(String)
method
name
- The name of the parameter to setvalue
- The value as a StorageInterface object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |