Gets the Byte field with a specific name. @throws ClassCastException If that field is not a Byte @throws IllegalArgumentException - if field does not exist
(String field)
| 176 | * @throws IllegalArgumentException - if field does not exist |
| 177 | */ |
| 178 | Byte getByteByField(String field); |
| 179 | |
| 180 | /** |
| 181 | * Gets the Double field with a specific name. |
nothing calls this directly
no outgoing calls
no test coverage detected