public interface StreamInterface
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
StreamInterface.StreamType  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDescription()  | 
StepMeta | 
getStepMeta()  | 
String | 
getStepname()  | 
StreamIcon | 
getStreamIcon()  | 
StreamInterface.StreamType | 
getStreamType()  | 
Object | 
getSubject()  | 
void | 
setStepMeta(StepMeta stepMeta)  | 
void | 
setStreamIcon(StreamIcon streamIcon)  | 
void | 
setStreamType(StreamInterface.StreamType streamType)  | 
void | 
setSubject(Object subject)  | 
String getStepname()
void setStepMeta(StepMeta stepMeta)
StepMeta getStepMeta()
StreamInterface.StreamType getStreamType()
void setStreamType(StreamInterface.StreamType streamType)
String getDescription()
StreamIcon getStreamIcon()
void setStreamIcon(StreamIcon streamIcon)
void setSubject(Object subject)
Object getSubject()