Class ClassSectionFunctionNamespace
- java.lang.Object
-
- net.officefloor.plugin.section.clazz.loader.ClassSectionFunctionNamespace
-
public class ClassSectionFunctionNamespace extends java.lang.Object
SectionFunctionNamespace
with meta-data forClassSectionLoader
.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ClassSectionFunctionNamespace(SectionFunctionNamespace namespace, FunctionNamespaceType namespaceType)
Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SectionFunctionNamespace
getFunctionNamespace()
Obtains theSectionFunctionNamespace
.FunctionNamespaceType
getFunctionNamespaceType()
Obtains theFunctionNamespaceType
.
-
-
-
Constructor Detail
-
ClassSectionFunctionNamespace
public ClassSectionFunctionNamespace(SectionFunctionNamespace namespace, FunctionNamespaceType namespaceType)
Instantiate.- Parameters:
namespace
-SectionFunctionNamespace
.namespaceType
-FunctionNamespaceType
.
-
-
Method Detail
-
getFunctionNamespace
public SectionFunctionNamespace getFunctionNamespace()
Obtains theSectionFunctionNamespace
.- Returns:
SectionFunctionNamespace
.
-
getFunctionNamespaceType
public FunctionNamespaceType getFunctionNamespaceType()
Obtains theFunctionNamespaceType
.- Returns:
FunctionNamespaceType
.
-
-