Package org.scijava.script
Class ParameterObject
- java.lang.Object
-
- org.scijava.script.ParameterObject
-
@Deprecated public class ParameterObject extends Object
Deprecated.To be removed in SciJava Common 3.0.0.Holds a parameter, its type and value, for a recorded macro.- Author:
- Grant Harris
-
-
Constructor Summary
Constructors Constructor Description ParameterObject(String param, Class<?> type, Object value)Deprecated.
-