<h2title="Uses of Class de.epiceric.shopchest.language.LocalizedMessage.Message"class="title">Uses of Class<br>de.epiceric.shopchest.language.LocalizedMessage.Message</h2>
</div>
<divclass="classUseContainer">
<ulclass="blockList">
<liclass="blockList">
<tableclass="useSummary"border="0"cellpadding="3"cellspacing="0"summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <ahref="../../../../../de/epiceric/shopchest/language/LocalizedMessage.Message.html"title="enum in de.epiceric.shopchest.language">LocalizedMessage.Message</a></span><spanclass="tabEnd"> </span></caption>
<h3>Uses of <ahref="../../../../../de/epiceric/shopchest/language/LocalizedMessage.Message.html"title="enum in de.epiceric.shopchest.language">LocalizedMessage.Message</a> in <ahref="../../../../../de/epiceric/shopchest/language/package-summary.html">de.epiceric.shopchest.language</a></h3>
<tableclass="useSummary"border="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../../../de/epiceric/shopchest/language/package-summary.html">de.epiceric.shopchest.language</a> that return <ahref="../../../../../de/epiceric/shopchest/language/LocalizedMessage.Message.html"title="enum in de.epiceric.shopchest.language">LocalizedMessage.Message</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../../de/epiceric/shopchest/language/LocalizedMessage.Message.html"title="enum in de.epiceric.shopchest.language">LocalizedMessage.Message</a></code></td>
<tdclass="colFirst"><code>static <ahref="../../../../../de/epiceric/shopchest/language/LocalizedMessage.Message.html"title="enum in de.epiceric.shopchest.language">LocalizedMessage.Message</a></code></td>
<tdclass="colLast"><spanclass="typeNameLabel">LocalizedMessage.Message.</span><code><spanclass="memberNameLink"><ahref="../../../../../de/epiceric/shopchest/language/LocalizedMessage.Message.html#valueOf-java.lang.String-">valueOf</a></span>(<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> name)</code>
<divclass="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../../de/epiceric/shopchest/language/LocalizedMessage.Message.html"title="enum in de.epiceric.shopchest.language">LocalizedMessage.Message</a>[]</code></td>
<divclass="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</td>
</tr>
</tbody>
</table>
<tableclass="useSummary"border="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../../../de/epiceric/shopchest/language/package-summary.html">de.epiceric.shopchest.language</a> with parameters of type <ahref="../../../../../de/epiceric/shopchest/language/LocalizedMessage.Message.html"title="enum in de.epiceric.shopchest.language">LocalizedMessage.Message</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a></code></td>
<tdclass="colLast"><spanclass="typeNameLabel">LanguageUtils.</span><code><spanclass="memberNameLink"><ahref="../../../../../de/epiceric/shopchest/language/LanguageUtils.html#getMessage-de.epiceric.shopchest.language.LocalizedMessage.Message-de.epiceric.shopchest.language.LocalizedMessage.ReplacedRegex...-">getMessage</a></span>(<ahref="../../../../../de/epiceric/shopchest/language/LocalizedMessage.Message.html"title="enum in de.epiceric.shopchest.language">LocalizedMessage.Message</a> message,
<ahref="../../../../../de/epiceric/shopchest/language/LocalizedMessage.ReplacedRegex.html"title="class in de.epiceric.shopchest.language">LocalizedMessage.ReplacedRegex</a>... replacedRegexes)</code> </td>
</tr>
</tbody>
</table>
<tableclass="useSummary"border="0"cellpadding="3"cellspacing="0"summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <ahref="../../../../../de/epiceric/shopchest/language/package-summary.html">de.epiceric.shopchest.language</a> with parameters of type <ahref="../../../../../de/epiceric/shopchest/language/LocalizedMessage.Message.html"title="enum in de.epiceric.shopchest.language">LocalizedMessage.Message</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colOne"scope="col">Constructor and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../../../de/epiceric/shopchest/language/LocalizedMessage.html#LocalizedMessage-de.epiceric.shopchest.language.LocalizedMessage.Message-java.lang.String-">LocalizedMessage</a></span>(<ahref="../../../../../de/epiceric/shopchest/language/LocalizedMessage.Message.html"title="enum in de.epiceric.shopchest.language">LocalizedMessage.Message</a> message,
<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> localizedString)</code> </td>
</tr>
<trclass="rowColor">
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../../../de/epiceric/shopchest/language/LocalizedMessage.html#LocalizedMessage-de.epiceric.shopchest.language.LocalizedMessage.Message-java.lang.String-de.epiceric.shopchest.config.Regex...-">LocalizedMessage</a></span>(<ahref="../../../../../de/epiceric/shopchest/language/LocalizedMessage.Message.html"title="enum in de.epiceric.shopchest.language">LocalizedMessage.Message</a> message,
<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> localizedString,
<ahref="../../../../../de/epiceric/shopchest/config/Regex.html"title="enum in de.epiceric.shopchest.config">Regex</a>... regexes)</code> </td>