/** * * * */ package org.wesnoth.wml; /** * * A representation of the model object 'WML Value'. * * * * @see org.wesnoth.wml.WmlPackage#getWMLValue() * @model * @generated */ public interface WMLValue extends WMLKeyValue, WMLValuedExpression, WMLMacroParameter { } // WMLValue