Interface StreamInterface
- All Known Implementing Classes:
Stream
public interface StreamInterface
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescription(String description) voidsetStepMeta(StepMeta stepMeta) voidsetStreamIcon(StreamIcon streamIcon) voidsetStreamType(StreamInterface.StreamType streamType) voidsetSubject(Object subject)
-
Method Details
-
getStepname
String getStepname() -
setStepMeta
-
getStepMeta
StepMeta getStepMeta() -
getStreamType
StreamInterface.StreamType getStreamType() -
setStreamType
-
getDescription
String getDescription() -
setDescription
-
getStreamIcon
StreamIcon getStreamIcon() -
setStreamIcon
-
setSubject
-
getSubject
Object getSubject()
-