Class WoofTemplateExtensionPropertyImpl

    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WoofTemplateExtensionPropertyImpl

        public WoofTemplateExtensionPropertyImpl​(java.lang.String name,
                                                 java.lang.String value)
        Initiate.
        Parameters:
        name - Name.
        value - Value.