Ação de transferência
Nome do tipo: TransferAction
Estende Ação
Nome |
Tipo |
Descrição |
fromLocation |
Place |
Uma subpropriedade de local. O local original do objeto ou do agente antes da ação. |
toLocation |
Place |
Uma subpropriedade de local. O local final do objeto ou do agente após a ação. |
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2024-09-03 UTC.
[null,null,["Última atualização 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"]]