Book a Demo

Author Topic: convert inner class to regular class  (Read 2893 times)

Jakub

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
convert inner class to regular class
« on: November 21, 2013, 04:21:23 am »
Hi,

is there any posibility to convert inner class to a regular class while doing transformation?

Class shoould be in the same package as the wrapper class

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: convert inner class to regular class
« Reply #1 on: November 21, 2013, 08:26:05 am »
Instead of
Code: [Select]
Class
{
...
%list="InnerClass" @separator="\n" @indent="  "%
}

use
Code: [Select]
Class
{
...
}
%list="InnerClass" @separator="\n" @indent="  "%