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 enum
Allowed types for workflow options -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
Test 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 workflowint
hashCode()
void
setDefaultValue
(String defaultValue) Sets the default value for the optionvoid
setDescription
(String description) Sets the option descriptionvoid
Sets the option namevoid
Sets the option typevoid
setValueRange
(List<String> valueRange) Sets the available option valuesvoid
setWorkflow
(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:
hashCode
in KlassePersistentObject
-
equals
Beschreibung aus Klasse kopiert:PersistentObject
Test equality of persistent objects based on their unique ID.- Setzt außer Kraft:
equals
in 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
-