values property

Map<String, String> values
final

Every key present in the table, with the resource's own key names (CompanyName, ProductName, Comments, InternalName, ...). Values are verbatim; no key is dropped or renamed.

Implementation

final Map<String, String> values;