Class PluginGenericRetVal
- java.lang.Object
-
- de.xima.fc.plugin.models.retval.generic.PluginGenericRetVal
-
- All Implemented Interfaces:
IPluginReturnValue
,IPluginGenericRetVal
,Serializable
public class PluginGenericRetVal extends Object implements IPluginGenericRetVal
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginGenericRetVal(Map<Serializable,Serializable> returnValuesMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Serializable,Serializable>
getReturnValueMap()
-
-
-
Constructor Detail
-
PluginGenericRetVal
public PluginGenericRetVal(Map<Serializable,Serializable> returnValuesMap)
-
-
Method Detail
-
getReturnValueMap
public Map<Serializable,Serializable> getReturnValueMap()
- Specified by:
getReturnValueMap
in interfaceIPluginGenericRetVal
- Returns:
- A
Map
of values the generic plugin wishes to return to the caller.
-
-