Interface SubSection
- All Superinterfaces:
PropertyConfigurable
- All Known Subinterfaces:
SectionNode
- All Known Implementing Classes:
SectionNodeImpl
SubSection of an SectionNode.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptiongetSubSectionInput(String inputName) Obtains theSubSectionInput.Obtains the name of thisSubSection.getSubSectionObject(String objectName) Obtains theSubSectionObject.getSubSectionOutput(String outputName) Obtains theSubSectionOutput.Methods inherited from interface net.officefloor.compile.properties.PropertyConfigurable
addProperty
-
Method Details
-
getSubSectionName
String getSubSectionName()Obtains the name of thisSubSection.- Returns:
- Name of this
SubSection.
-
getSubSectionInput
Obtains theSubSectionInput.- Parameters:
inputName- Name of theSubSectionInputto obtain.- Returns:
SubSectionInput.
-
getSubSectionOutput
Obtains theSubSectionOutput.- Parameters:
outputName- Name of theSubSectionOutputto obtain.- Returns:
SubSectionOutput.
-
getSubSectionObject
Obtains theSubSectionObject.- Parameters:
objectName- Name of theSubSectionObjectto obtain.- Returns:
SubSectionObject.
-