Returns the label applied to the stream. @return the label applied to the stream.
()
| 812 | * @return the label applied to the stream. |
| 813 | */ |
| 814 | public String getName() { |
| 815 | return name; |
| 816 | } |
| 817 | |
| 818 | @Override |
| 819 | public Fields getOutputFields() { |
nothing calls this directly
no outgoing calls
no test coverage detected