Package de.dlr.proseo.model
Klasse WorkflowOption
java.lang.Object
de.dlr.proseo.model.PersistentObject
de.dlr.proseo.model.WorkflowOption
Description of possible options, which can be set as "Dynamic Processing Parameters" in Job Orders
created using the owning Workflow
- Autor:
- Dr. Thomas Bassler
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enumAllowed types for workflow options -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanTest equality of persistent objects based on their unique ID.Gets the default value for the optionGets the option descriptiongetName()Gets the option namegetType()Gets the option typeGets the available option valuesGets the owning workflowinthashCode()voidsetDefaultValue(String defaultValue) Sets the default value for the optionvoidsetDescription(String description) Sets the option descriptionvoidSets the option namevoidSets the option typevoidsetValueRange(List<String> valueRange) Sets the available option valuesvoidsetWorkflow(Workflow workflow) Sets the owning workflowtoString()Von Klasse geerbte Methoden de.dlr.proseo.model.PersistentObject
getId, getVersion, incrementVersion, setId
-
Konstruktordetails
-
WorkflowOption
public WorkflowOption()
-
-
Methodendetails
-
getWorkflow
Gets the owning workflow- Gibt zurück:
- the workflow
-
setWorkflow
Sets the owning workflow- Parameter:
workflow- the workflow to set
-
getName
Gets the option name- Gibt zurück:
- the name
-
setName
Sets the option name- Parameter:
name- the name to set
-
getDescription
Gets the option description- Gibt zurück:
- the description
-
setDescription
Sets the option description- Parameter:
description- the description to set
-
getType
Gets the option type- Gibt zurück:
- the type
-
setType
Sets the option type- Parameter:
type- the type to set
-
getDefaultValue
Gets the default value for the option- Gibt zurück:
- the default value if set, null otherwise
-
setDefaultValue
Sets the default value for the option- Parameter:
defaultValue- the default value to set
-
getValueRange
Gets the available option values- Gibt zurück:
- the value range (empty list if not specified)
-
setValueRange
Sets the available option values- Parameter:
valueRange- the value range to set
-
hashCode
public int hashCode()- Setzt außer Kraft:
hashCodein KlassePersistentObject
-
equals
Beschreibung aus Klasse kopiert:PersistentObjectTest equality of persistent objects based on their unique ID.- Setzt außer Kraft:
equalsin KlassePersistentObject- Parameter:
obj- the object to compare this object to- Gibt zurück:
- true, if obj is a persistent object and has the same ID, false otherwise
- Siehe auch:
-
toString
-