Interface OfficeInput
-
- All Superinterfaces:
OfficeFlowSourceNode
- All Known Subinterfaces:
OfficeInputNode
- All Known Implementing Classes:
OfficeInputNodeImpl
public interface OfficeInput extends OfficeFlowSourceNode
Input to theOffice
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getOfficeInputName()
Obtains the name of thisOfficeInput
.
-
-
-
Method Detail
-
getOfficeInputName
java.lang.String getOfficeInputName()
Obtains the name of thisOfficeInput
.- Returns:
- Name of this
OfficeInput
.
-
-