Lines Matching refs:retValue
188 String[] retValue= new String[3]; in getSupportedMethodNames() local
189 retValue[0]= aHandlerMethod1; in getSupportedMethodNames()
190 retValue[1]= aHandlerMethod2; in getSupportedMethodNames()
191 retValue[2]= aHandlerMethod3; in getSupportedMethodNames()
192 return retValue; in getSupportedMethodNames()
198 Type[] retValue= new Type[4]; in getTypes() local
199 retValue[0]= new Type( XServiceInfo.class); in getTypes()
200 retValue[1]= new Type( XTypeProvider.class); in getTypes()
201 retValue[2]= new Type( XTestDialogHandler.class); in getTypes()
202 retValue[3]= new Type( XDialogEventHandler.class); in getTypes()
203 return retValue; in getTypes()