1 28 29 package org.objectweb.openccm.uml.transformation.ast; 30 31 import ispuml.mdaTransformation.model.SimplePropertyUtil; 32 33 import java.lang.reflect.InvocationTargetException ; 34 35 40 public class CCMPropertyUtil extends SimplePropertyUtil 41 { 42 43 49 public void setProperty(Object bean, String name, Object value) 50 throws IllegalAccessException , InvocationTargetException , NoSuchMethodException  51 { 52 CCMPropertyUtils.setProperty( bean, name, value); 53 } 54 55 } 56 | Popular Tags |