Class SectionTypeImpl
java.lang.Object
net.officefloor.compile.impl.section.SectionTypeImpl
- All Implemented Interfaces:
SectionType
SectionType implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionSectionTypeImpl(SectionInputType[] inputTypes, SectionOutputType[] outputTypes, SectionObjectType[] objectTypes) Instantiate. -
Method Summary
Modifier and TypeMethodDescriptionObtains theSectionInputTypedefinitions for the inputs into theSectionType.Obtains theSectionOutputTypedefinitions for the outputs from theSectionType.
-
Constructor Details
-
SectionTypeImpl
public SectionTypeImpl(SectionInputType[] inputTypes, SectionOutputType[] outputTypes, SectionObjectType[] objectTypes) Instantiate.- Parameters:
inputTypes-SectionInputTypeinstances.outputTypes-SectionOutputTypeinstances.objectTypes-SectionObjectTypeinstances.
-
-
Method Details
-
getSectionInputTypes
Description copied from interface:SectionTypeObtains theSectionInputTypedefinitions for the inputs into theSectionType.- Specified by:
getSectionInputTypesin interfaceSectionType- Returns:
SectionInputTypedefinitions for the inputs into theSectionType.
-
getSectionOutputTypes
Description copied from interface:SectionTypeObtains theSectionOutputTypedefinitions for the outputs from theSectionType.- Specified by:
getSectionOutputTypesin interfaceSectionType- Returns:
SectionOutputTypedefinitions for the outputs from theSectionType.
-
getSectionObjectTypes
Description copied from interface:SectionType- Specified by:
getSectionObjectTypesin interfaceSectionType- Returns:
SectionObjectTypedefinitions for theObjectdependencies required by theSectionType.
-