Uses of Interface
net.officefloor.compile.spi.section.SectionInput
-
Packages that use SectionInput Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure net.officefloor.compile.spi.section net.officefloor.plugin.section.transform -
-
Uses of SectionInput in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SectionInput Modifier and Type Class Description classSectionInputNodeImplSectionInputNodenode.Methods in net.officefloor.compile.impl.structure that return SectionInput Modifier and Type Method Description SectionInputSectionNodeImpl. addSectionInput(java.lang.String inputName, java.lang.String parameterType) -
Uses of SectionInput in net.officefloor.compile.internal.structure
Subinterfaces of SectionInput in net.officefloor.compile.internal.structure Modifier and Type Interface Description interfaceSectionInputNodeSectionInputnode. -
Uses of SectionInput in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return SectionInput Modifier and Type Method Description SectionInputSectionDesigner. addSectionInput(java.lang.String inputName, java.lang.String parameterType)Adds aSectionInputto theSectionNodebeing built. -
Uses of SectionInput in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform that return SectionInput Modifier and Type Method Description SectionInputTransformSectionDesigner. addSectionInput(java.lang.String inputName, java.lang.String parameterType)SectionInputTransformSectionDesigner. getSectionInput(java.lang.String inputName)Obtains theSectionInput.
-