Package net.officefloor.woof.model.woof
Interface WoofTemplateExtensionProperty
-
- All Known Implementing Classes:
WoofTemplateExtensionPropertyImpl
public interface WoofTemplateExtensionProperty
Property for theWoofTemplateExtension
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Obtains the name of the property.java.lang.String
getValue()
Obtains the value of the property.
-