651652653654655656657
* @param values * the Values to delete */ protected void deleteAttributesAndValues( IAttribute[] attributes, IValue[] values ) { new DeleteAttributesValueJob( attributes, values ).execute(); }
629630631632633634635
* * @param ah the attribute hierarchy */ public void deleteAttribute( AttributeHierarchy ah ) { new DeleteAttributesValueJob( ah ).execute(); }
665666667668669670671
673674675676677678679
634635636637638639640
658659660661662663664
666667668669670671672
684685686687688689690