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
SectionSourceProperty
implementation.- 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.String
getLabel()
Obtains the display name of the property.java.lang.String
getName()
Obtains the name of the property.
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
Description copied from interface:SectionSourceProperty
Obtains the display name of the property. If this returnsnull
then the return value ofSectionSourceProperty.getName()
is used.- Specified by:
getLabel
in interfaceSectionSourceProperty
- Returns:
- Display name of property.
-
getName
public java.lang.String getName()
Description copied from interface:SectionSourceProperty
Obtains the name of the property.- Specified by:
getName
in interfaceSectionSourceProperty
- Returns:
- Name of the property.
-
-