This may be a dumb questions, but I am looking for an equivelent to the IDfTypedObject.removeAll(attribute_name) for a single value attribute. Both remove and removeAll only seem to work on multi-value attributes.
As I perform this function, I will be looping through a list of attributes that could be of different types, so I'm trying to avoid something like a setString where I would need to know the type of the attribute.