Action de transfert
Nom du type : TransferAction
Développe l'action
Nom |
Type |
Description |
Lieu |
Établissement |
Sous-propriété de l'établissement. Emplacement d'origine de l'objet ou de l'agent avant l'action. |
à destination |
Établissement |
Sous-propriété de l'établissement. Emplacement final de l'objet ou de l'agent après l'action. |
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/09/03 (UTC).
[null,null,["Dernière mise à jour le 2024/09/03 (UTC)."],[[["`TransferAction` extends the `Action` type and describes the transfer of an object or agent from one location to another."],["It utilizes `fromLocation` and `toLocation` properties, both of type `Place`, to specify the original and final locations respectively."]]],["The core content describes the `TransferAction` type, which is an extension of the `Action` type. It details two key properties: `fromLocation` and `toLocation`. Both are of the `Place` type and define location. `fromLocation` specifies the original location of an object or agent before the transfer, while `toLocation` indicates the final location after the transfer has occurred. These are sub-properties of the general `location`.\n"]]