Class ClassSectionFunctionNamespace
- java.lang.Object
-
- net.officefloor.plugin.section.clazz.loader.ClassSectionFunctionNamespace
-
public class ClassSectionFunctionNamespace extends java.lang.ObjectSectionFunctionNamespacewith 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 SectionFunctionNamespacegetFunctionNamespace()Obtains theSectionFunctionNamespace.FunctionNamespaceTypegetFunctionNamespaceType()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.
-
-