org.scijava.script
Class ParameterObject

java.lang.Object
  extended by org.scijava.script.ParameterObject

public class ParameterObject
extends Object

Holds a parameter, its type and value, for a recorded macro.

Author:
Grant Harris

Field Summary
 String param
           
 Class<?> type
           
 Object value
           
 
Constructor Summary
ParameterObject(String param, Class<?> type, Object value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

param

public String param

type

public Class<?> type

value

public Object value
Constructor Detail

ParameterObject

public ParameterObject(String param,
                       Class<?> type,
                       Object value)


Copyright © 2009–2014 SciJava. All rights reserved.