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 class
SectionOutputNodeImpl
SectionOutputNode
implementation.Methods in net.officefloor.compile.impl.structure that return SectionOutput Modifier and Type Method Description SectionOutput
SectionNodeImpl. 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 interface
SectionOutputNode
SectionOutput
node. -
Uses of SectionOutput in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return SectionOutput Modifier and Type Method Description SectionOutput
SectionDesigner. addSectionOutput(java.lang.String outputName, java.lang.String argumentType, boolean isEscalationOnly)
Adds aSectionOutput
to theSectionNode
being 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 SectionOutput
TransformSectionDesigner. addSectionOutput(java.lang.String outputName, java.lang.String argumentType, boolean isEscalationOnly)
SectionOutput
TransformSectionDesigner. getSectionOutput(java.lang.String outputName)
Obtains theSectionOutput
.
-