Class ReflectionLocalUtil
- java.lang.Object
-
- org.eclipse.epsilon.emc.simulink.util.ReflectionLocalUtil
-
public class ReflectionLocalUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ReflectionLocalUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidexplore(String className)static ObjectgetFieldValue(Object source, String field)static BooleansetFieldValue(Object source, String field, Object value)
-
-
-
Method Detail
-
setFieldValue
public static Boolean setFieldValue(Object source, String field, Object value) throws Exception
- Throws:
Exception
-
getFieldValue
public static Object getFieldValue(Object source, String field) throws Exception
- Throws:
Exception
-
explore
public static void explore(String className) throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
-