Get all of the fields in the tuple as a list. @return a list of objects containing the fields of the tuple in order.
()
| 108 | * in order. |
| 109 | */ |
| 110 | List<Object> getAll(); |
| 111 | |
| 112 | /** |
| 113 | * Set the value in a given field. This should not be called unless |
no outgoing calls