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 classOfficeOutputNodeImplImplementation of theOfficeOutputNode.Methods in net.officefloor.compile.impl.structure that return OfficeOutput Modifier and Type Method Description OfficeOutputOfficeNodeImpl. 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 interfaceOfficeOutputNodeOfficeOutputnode. -
Uses of OfficeOutput in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office that return OfficeOutput Modifier and Type Method Description OfficeOutputOfficeArchitect. addOfficeOutput(java.lang.String outputName, java.lang.String argumentType)Adds aOfficeOutput.
-