TransferAction
Type name: TransferAction
Extends Action
Name |
Type |
Description |
fromLocation |
Place |
A sub property of location. The original location of the object or the agent before the action. |
toLocation |
Place |
A sub property of location. The final location of the object or the agent after the action. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 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"]]