/**
  * Returns the values of this attribute as strings. Binary data is base64 encoded. The return
  * collection cannot be modified.
  *
  * @return collection of string attribute values
  */
 public Collection<String> getStringValues() {
   return attributeValues.getStringValues();
 }