Interface SectionFunctionNamespace
- All Superinterfaces:
PropertyConfigurable
- All Known Subinterfaces:
FunctionNamespaceNode
- All Known Implementing Classes:
FunctionNamespaceNodeImpl
FunctionNamespaceNode within the SectionNode.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionaddSectionFunction(String functionName, String functionTypeName) Adds aSectionFunction.Obtains the name of thisSectionFunctionNamespace.Methods inherited from interface net.officefloor.compile.properties.PropertyConfigurable
addProperty
-
Method Details
-
getSectionFunctionNamespaceName
String getSectionFunctionNamespaceName()Obtains the name of thisSectionFunctionNamespace.- Returns:
- Name of this
SectionFunctionNamespace.
-
addSectionFunction
Adds aSectionFunction.- Parameters:
functionName- Name of theSectionFunction.functionTypeName- Name of theManagedFunctionTypeon theFunctionNamespaceType.- Returns:
SectionFunction.
-