de.unihalle.informatik.Alida.workflows
Class ALDWorkflowParameterDescriptor

java.lang.Object
  extended by de.unihalle.informatik.Alida.operator.ALDParameterDescriptor
      extended by de.unihalle.informatik.Alida.operator.ALDOpParameterDescriptor
          extended by de.unihalle.informatik.Alida.workflows.ALDWorkflowParameterDescriptor
All Implemented Interfaces:
Cloneable

public class ALDWorkflowParameterDescriptor
extends ALDOpParameterDescriptor

Extends the classALDOpParameterDescriptor to hold the value of a parameter.

Note: the member variable field is not used by this class.

Author:
posch

Field Summary
 
Fields inherited from class de.unihalle.informatik.Alida.operator.ALDOpParameterDescriptor
direction, supplemental
 
Fields inherited from class de.unihalle.informatik.Alida.operator.ALDParameterDescriptor
dataIOOrder, defaultValue, explanation, field, handlingMode, label, myclass, name, required
 
Constructor Summary
ALDWorkflowParameterDescriptor(ALDOpParameterDescriptor descriptor)
           
ALDWorkflowParameterDescriptor(String name, Parameter.Direction direction, Boolean supplemental, Class<?> cl, String explanation, String label, boolean required, Object defaultValue, Field field, int guiOrder, Parameter.ExpertMode mode)
           
 
Method Summary
 Object getValue()
           
 void setValue(Object value)
           
 
Methods inherited from class de.unihalle.informatik.Alida.operator.ALDOpParameterDescriptor
clone, copy, getDirection, getSupplemental, print, print
 
Methods inherited from class de.unihalle.informatik.Alida.operator.ALDParameterDescriptor
getDataIOOrder, getDefaultValue, getExplanation, getField, getHandlingMode, getLabel, getMyclass, getName, isRequired, print, setDefaultValue
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ALDWorkflowParameterDescriptor

public ALDWorkflowParameterDescriptor(ALDOpParameterDescriptor descriptor)

ALDWorkflowParameterDescriptor

public ALDWorkflowParameterDescriptor(String name,
                                      Parameter.Direction direction,
                                      Boolean supplemental,
                                      Class<?> cl,
                                      String explanation,
                                      String label,
                                      boolean required,
                                      Object defaultValue,
                                      Field field,
                                      int guiOrder,
                                      Parameter.ExpertMode mode)
Method Detail

getValue

public Object getValue()
Returns:
the value

setValue

public void setValue(Object value)
Parameters:
value - the value to set


Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.