Rappel AjouterInflexionsParametreMethode(NomModule : Caractere, NomTypeOuInterface : Caractere, NomMethode : Caractere, NomParametre : Caractere, DeclarationInflexions : Nul Ou Caractere Sortie);
En cas d'ajout d'inflexions, le paramètre DeclarationInflexions doit contenir les déclarations en Up ! 5GL.
La valeur de retour doit suivre la convention de fonctionnement de l'énuméré RappelReponse.
/****************************************************************/
Rappel IIntegrationClient.AjouterInflexionsParametreMethode(NomModule : Caractere, NomTypeOuInterface : Caractere, NomMethode : Caractere, NomParametre : Caractere, DeclarationInflexions : Nul Ou Caractere Sortie)
/* Objet : Ajoute les inflexions des parametres des methodes. */
/****************************************************************/
Debut
Si NomModule=="MonModule" Alors
   Si NomTypeOuInterface=="MonTypeA" Alors
   
      Si NomMethode=="MaMethode" Alors
      
         Si NomParametre=="MonParametre" Alors
         
            DeclarationInflexions="...";
            Retourner RappelSucces;
         
Fin Si
Fin Si
Fin Si
Fin Si
Retourner RappelIgnore;
Fin Rappel
| - | - | - | - | - | - | - | - | - |