Package io.joynr.dispatcher.rpc
Interface MultiReturnValuesContainer
-
public interface MultiReturnValuesContainerInterface to indicate that a class is a container for the values of a method with multiple return values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object[]getValues()Method which returns the array of values representing the multi-out result.
-
-
-
Method Detail
-
getValues
Object[] getValues()
Method which returns the array of values representing the multi-out result.- Returns:
- see method description.
-
-