cancel
Showing results for 
Search instead for 
Did you mean: 

not generated source code, why?

Former Member
0 Kudos

Hi, I have couple Simple Types with marked "Generate a class representation of the enumeration", however, no code is generated in my Implemetation tab. How to fix that? I need that code. Greetings

Accepted Solutions (1)

Accepted Solutions (1)

sridhar_k2
Active Contributor
0 Kudos

Hello,

When you create simple type, if you select check box from Enumeration Tab, it will create .java file. You can see that .java file in the <Project Name>\gen_ddic\<com.test.components>.

You can get enumeration data from iterator() method. You can find all the methods in that class.

Regards,

Sridhar

Former Member
0 Kudos

thanks alot

no idea how could I missed it

Answers (0)