Class SectionSourcePropertyImpl
java.lang.Object
net.officefloor.compile.spi.section.source.impl.SectionSourcePropertyImpl
- All Implemented Interfaces:
SectionSourceProperty
SectionSourceProperty implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SectionSourcePropertyImpl
Initiate.- Parameters:
name- Name.label- Label. Defaults tonameifnull.
-
-
Method Details
-
getLabel
Description copied from interface:SectionSourcePropertyObtains the display name of the property. If this returnsnullthen the return value ofSectionSourceProperty.getName()is used.- Specified by:
getLabelin interfaceSectionSourceProperty- Returns:
- Display name of property.
-
getName
Description copied from interface:SectionSourcePropertyObtains the name of the property.- Specified by:
getNamein interfaceSectionSourceProperty- Returns:
- Name of the property.
-