Interface StreamInterface
- All Known Implementing Classes:
Stream
public interface StreamInterface
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) void
setStepMeta
(StepMeta stepMeta) void
setStreamIcon
(StreamIcon streamIcon) void
setStreamType
(StreamInterface.StreamType streamType) void
setSubject
(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()
-