Interface StreamInterface
-
- All Known Implementing Classes:
Stream
public interface StreamInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
StreamInterface.StreamType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
StepMeta
getStepMeta()
String
getStepname()
StreamIcon
getStreamIcon()
StreamInterface.StreamType
getStreamType()
Object
getSubject()
void
setDescription(String description)
void
setStepMeta(StepMeta stepMeta)
void
setStreamIcon(StreamIcon streamIcon)
void
setStreamType(StreamInterface.StreamType streamType)
void
setSubject(Object subject)
-
-
-
Method Detail
-
getStepname
String getStepname()
-
setStepMeta
void setStepMeta(StepMeta stepMeta)
-
getStepMeta
StepMeta getStepMeta()
-
getStreamType
StreamInterface.StreamType getStreamType()
-
setStreamType
void setStreamType(StreamInterface.StreamType streamType)
-
getDescription
String getDescription()
-
setDescription
void setDescription(String description)
-
getStreamIcon
StreamIcon getStreamIcon()
-
setStreamIcon
void setStreamIcon(StreamIcon streamIcon)
-
setSubject
void setSubject(Object subject)
-
getSubject
Object getSubject()
-
-