/**
*
* The following features are supported: *
""
.
*
* * If the meaning of the 'Value' attribute isn't clear, * there really should be more of a description here... *
* * @return the value of the 'Value' attribute. * @see #setValue(String) * @see org.wesnoth.wml.WmlPackage#getWMLMacroParameter_Value() * @model default="" * @generated */ String getValue(); /** * Sets the value of the '{@link org.wesnoth.wml.WMLMacroParameter#getValue Value}' attribute. * * * @param value the new value of the 'Value' attribute. * @see #getValue() * @generated */ void setValue(String value); } // WMLMacroParameter