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