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:
getReturnValueMapin interfaceIPluginGenericRetVal- Returns:
- A
Mapof values the generic plugin wishes to return to the caller.
-
-