Re: @ConfParam initialization of values from symbol name of static instance?

2017-05-01 Thread Richard Eckart de Castilho
Hi, > On 26.04.2017, at 22:29, José Tomás Atria wrote: > > Hello all! > > I know that UIMA-FIT is capable of initializing enum-typed configuration > parameters from a string equal to the name of one of the values in an enum > class. i.e. this works as documented: > >

@ConfParam initialization of values from symbol name of static instance?

2017-04-26 Thread José Tomás Atria
Hello all! I know that UIMA-FIT is capable of initializing enum-typed configuration parameters from a string equal to the name of one of the values in an enum class. i.e. this works as documented: public static enum SomeEnum { A_VALUE; } @ConfigurationParameter( name = "example", mandatory