Interface SectionFunctionNamespace
-
- All Superinterfaces:
PropertyConfigurable
- All Known Subinterfaces:
FunctionNamespaceNode
- All Known Implementing Classes:
FunctionNamespaceNodeImpl
public interface SectionFunctionNamespace extends PropertyConfigurable
FunctionNamespaceNode
within theSectionNode
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SectionFunction
addSectionFunction(java.lang.String functionName, java.lang.String functionTypeName)
Adds aSectionFunction
.java.lang.String
getSectionFunctionNamespaceName()
Obtains the name of thisSectionFunctionNamespace
.-
Methods inherited from interface net.officefloor.compile.properties.PropertyConfigurable
addProperty
-
-
-
-
Method Detail
-
getSectionFunctionNamespaceName
java.lang.String getSectionFunctionNamespaceName()
Obtains the name of thisSectionFunctionNamespace
.- Returns:
- Name of this
SectionFunctionNamespace
.
-
addSectionFunction
SectionFunction addSectionFunction(java.lang.String functionName, java.lang.String functionTypeName)
Adds aSectionFunction
.- Parameters:
functionName
- Name of theSectionFunction
.functionTypeName
- Name of theManagedFunctionType
on theFunctionNamespaceType
.- Returns:
SectionFunction
.
-
-