/** * * * */ package org.wesnoth.wml; /** * * A representation of the model object 'WML Key Value'. * * * * @see org.wesnoth.wml.WmlPackage#getWMLKeyValue() * @model * @generated */ public interface WMLKeyValue extends WMLGrammarElement { } // WMLKeyValue