Interface OfficeOutput
-
- All Superinterfaces:
OfficeFlowSinkNode
- All Known Subinterfaces:
OfficeOutputNode
- All Known Implementing Classes:
OfficeOutputNodeImpl
public interface OfficeOutput extends OfficeFlowSinkNode
Output from theOfficeOutput
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getOfficeOutputName()
Obtains the name of thisOfficeOutput
.
-
-
-
Method Detail
-
getOfficeOutputName
java.lang.String getOfficeOutputName()
Obtains the name of thisOfficeOutput
.- Returns:
- Name of this
OfficeOutput
.
-
-