/** Removes all the values in this ldap attribute. */
 public void clear() {
   attributeValues.clear();
 }