Übertragungsaktion
Typname: TransferAction
Erweitert Action
Name |
Typ |
Beschreibung |
fromLocation (Standort) |
Ort |
Eine untergeordnete Property des Standorts. Der ursprüngliche Speicherort des Objekts oder des Agents vor der Aktion. |
Standort |
Ort |
Eine untergeordnete Property des Standorts. Der endgültige Standort des Objekts oder des Agents nach der Aktion. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-09-03 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]