Class SectionSourcePropertyImpl
- java.lang.Object
-
- net.officefloor.compile.spi.section.source.impl.SectionSourcePropertyImpl
-
- All Implemented Interfaces:
SectionSourceProperty
public class SectionSourcePropertyImpl extends java.lang.Object implements SectionSourceProperty
SectionSourcePropertyimplementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description SectionSourcePropertyImpl(java.lang.String name, java.lang.String label)Initiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLabel()Obtains the display name of the property.java.lang.StringgetName()Obtains the name of the property.
-
-
-
Method Detail
-
getLabel
public java.lang.String 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
public java.lang.String getName()
Description copied from interface:SectionSourcePropertyObtains the name of the property.- Specified by:
getNamein interfaceSectionSourceProperty- Returns:
- Name of the property.
-
-