de.unihalle.informatik.Alida.workflows
Class ALDWorkflowParameterDescriptor
java.lang.Object
de.unihalle.informatik.Alida.operator.ALDParameterDescriptor
de.unihalle.informatik.Alida.operator.ALDOpParameterDescriptor
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
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)
|
Methods inherited from class de.unihalle.informatik.Alida.operator.ALDParameterDescriptor |
getDataIOOrder, getDefaultValue, getExplanation, getField, getHandlingMode, getLabel, getMyclass, getName, isRequired, print, setDefaultValue |
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)
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.