Uses of Interface
net.officefloor.compile.spi.section.SectionOutput
-
Packages that use SectionOutput Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure net.officefloor.compile.spi.section net.officefloor.plugin.section.transform -
-
Uses of SectionOutput in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SectionOutput Modifier and Type Class Description classSectionOutputNodeImplSectionOutputNodeimplementation.Methods in net.officefloor.compile.impl.structure that return SectionOutput Modifier and Type Method Description SectionOutputSectionNodeImpl. addSectionOutput(java.lang.String outputName, java.lang.String argumentType, boolean isEscalationOnly) -
Uses of SectionOutput in net.officefloor.compile.internal.structure
Subinterfaces of SectionOutput in net.officefloor.compile.internal.structure Modifier and Type Interface Description interfaceSectionOutputNodeSectionOutputnode. -
Uses of SectionOutput in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return SectionOutput Modifier and Type Method Description SectionOutputSectionDesigner. addSectionOutput(java.lang.String outputName, java.lang.String argumentType, boolean isEscalationOnly)Adds aSectionOutputto theSectionNodebeing built. -
Uses of SectionOutput in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform that return SectionOutput Modifier and Type Method Description SectionOutputTransformSectionDesigner. addSectionOutput(java.lang.String outputName, java.lang.String argumentType, boolean isEscalationOnly)SectionOutputTransformSectionDesigner. getSectionOutput(java.lang.String outputName)Obtains theSectionOutput.
-