Returns the name for which additional data processing should be done for this record. This can be used both for building responses and parsing responses. @return The name to used for additional data processing, or null if this record type does not require additional data processing.
()
| 680 | * record type does not require additional data processing. |
| 681 | */ |
| 682 | public Name |
| 683 | getAdditionalName() { |
| 684 | return null; |
| 685 | } |
| 686 | |
| 687 | /* Checks that an int contains an unsigned 8 bit value */ |
| 688 | static int |
no outgoing calls
no test coverage detected