Get the values associated to a metadata name. @param name of the metadata. @return the values associated to a metadata name.
(final String name)
| 91 | * @return the values associated to a metadata name. |
| 92 | */ |
| 93 | public String[] getValues(final String name) { |
| 94 | return _getValues(name); |
| 95 | } |
| 96 | |
| 97 | /** |
| 98 | * Get the metadata list |