Package net.officefloor.woof.template
Interface WoofTemplateExtensionSourceProperty
-
- All Known Implementing Classes:
WoofTemplateExtensionSourcePropertyImpl
public interface WoofTemplateExtensionSourceProperty
Individual property of theWoofTemplateExtensionSource
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getLabel()
Obtains the display name of the property.java.lang.String
getName()
Obtains name of property.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Obtains name of property.- Returns:
- Name of property.
-
getLabel
java.lang.String getLabel()
Obtains the display name of the property. If this returnsnull
then the return value ofgetName()
is used.- Returns:
- Display name of property.
-
-