Uses of Interface
net.officefloor.compile.spi.office.OfficeOutput
-
Packages that use OfficeOutput Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure net.officefloor.compile.spi.office -
-
Uses of OfficeOutput in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement OfficeOutput Modifier and Type Class Description class
OfficeOutputNodeImpl
Implementation of theOfficeOutputNode
.Methods in net.officefloor.compile.impl.structure that return OfficeOutput Modifier and Type Method Description OfficeOutput
OfficeNodeImpl. addOfficeOutput(java.lang.String outputName, java.lang.String argumentType)
-
Uses of OfficeOutput in net.officefloor.compile.internal.structure
Subinterfaces of OfficeOutput in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
OfficeOutputNode
OfficeOutput
node. -
Uses of OfficeOutput in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office that return OfficeOutput Modifier and Type Method Description OfficeOutput
OfficeArchitect. addOfficeOutput(java.lang.String outputName, java.lang.String argumentType)
Adds aOfficeOutput
.
-