Get the F instance that corresponds to fieldId. @param fieldId the ID of the requested field. @return F instance that corresponds to fieldId.
(int fieldId)
| 32 | * @return F instance that corresponds to fieldId. |
| 33 | */ |
| 34 | F fieldForId(int fieldId); |
| 35 | |
| 36 | /** |
| 37 | * Check if a field is currently set or unset. |
no outgoing calls