<div dir="ltr"><pre style="font-family: times new roman,serif;"><font size="2">Hi,<br><br>If have an input object Inputobject which contains </font><font><font size="2">an enum Paratmeter which contains all allowed parameters of InputObject:<br>
The entries for the parameters are stored in a map: <br>private HashMap&lt;Parameter, String&gt; stringParameters;</font></font> <br><br><font size="2">If I try: <br>io: InputObject ( stringParameters[InputObject.Parameter.ParameterName] ==<br>
&quot;something&quot;)<br><br>I got the error<br>=&gt;Field/method &#39;InputObject&#39; not found for class &#39;com.rules.InputObject&#39;Rule<br>Compilation error<br><br>Kind Regards<br>Thomas</font></pre></div>