[
https://issues.apache.org/jira/browse/UIMA-6418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard Eckart de Castilho updated UIMA-6418:
---------------------------------------------
Description:
Currently, the UIMA Java SDK only supports String, Boolean, Integer and Float
parameter values. It does not support e.g. Double values (also not Long values).
It would be nice if at least Double and possibly even Long could be supported
as well.
An alternative would be to replace the types backing the "Float" and "Integer"
parameter types (Java Float and Java Integer) with Java Double and Java Long.
was:
Currently, the UIMA Java SDK only supports String, Boolean, Integer and Float
parameter values. It does not support e.g. Double values (also not Long values).
It would be nice if at least Double and possibly even Long could be supported
as well.
> Support additional parameters value types
> -----------------------------------------
>
> Key: UIMA-6418
> URL: https://issues.apache.org/jira/browse/UIMA-6418
> Project: UIMA
> Issue Type: New Feature
> Components: Core Java Framework
> Reporter: Richard Eckart de Castilho
> Assignee: Richard Eckart de Castilho
> Priority: Major
> Fix For: 3.3.0SDK
>
>
> Currently, the UIMA Java SDK only supports String, Boolean, Integer and Float
> parameter values. It does not support e.g. Double values (also not Long
> values).
> It would be nice if at least Double and possibly even Long could be supported
> as well.
> An alternative would be to replace the types backing the "Float" and
> "Integer" parameter types (Java Float and Java Integer) with Java Double and
> Java Long.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)