Class AbstractExtensionJobConfiguration
- java.lang.Object
-
- de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
-
- de.uka.ipd.sdq.workflow.extension.AbstractExtensionJobConfiguration
-
- All Implemented Interfaces:
IJobConfiguration
,Cloneable
public abstract class AbstractExtensionJobConfiguration extends AbstractJobConfiguration
An abstract job configuration which can be instantiated to provide custom configurations to a work flow job extension.
-
-
Field Summary
-
Fields inherited from class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
isFixed
-
-
Constructor Summary
Constructors Constructor Description AbstractExtensionJobConfiguration()
-
Method Summary
-
Methods inherited from class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
checkFixed, clone, getErrorMessage, isFrozen, isValid, setDefaults, validateAndFreeze
-
-