Class QStepMetaData
java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.processes.QStepMetaData
- All Implemented Interfaces:
QMetaDataObject
,Serializable
- Direct Known Subclasses:
QBackendStepMetaData
,QFrontendStepMetaData
,QStateMachineStep
Meta-Data to define a step in a process in a QQQ instance.
Specifically, this is a base-class for QFrontendStepMetaData and QBackendStepMetaData.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a list of all of the input fields used by this functiongetLabel()
Getter for labelgetName()
Getter for nameGet a list of all of the output fields used by this functionGetter for stepTypevoid
Setter for labelvoid
Setter for namevoid
setStepType
(String stepType) Setter for stepTypeSetter for labelSetter for name
-
Constructor Details
-
QStepMetaData
public QStepMetaData()
-
-
Method Details
-
getName
Getter for name -
setName
Setter for name -
withName
Setter for name -
getLabel
Getter for label -
setLabel
Setter for label -
withLabel
Setter for label -
getInputFields
Get a list of all of the input fields used by this function -
getOutputFields
Get a list of all of the output fields used by this function -
getStepType
Getter for stepType -
setStepType
Setter for stepType
-