* @param db ILDB for this analyzed system
* @return an enumeration over string resources with this string as the value
*/
public Enumeration getResourcesContaining( IndexObjectDB db)
{
return new ExactMatchIndexEnumeration( db.greaterThanOrEqualEntries(DBStringResource.STRING_RESOURCE_VALUE_INDEX, new ObjectRefKey(this)));
}