You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2022/02/18 09:02:05 UTC

[uima-uimaj] branch feature/UIMA-6418-Support-additional-parameters-value-types updated: [UIMA-6418] Support additional parameters value types

This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch feature/UIMA-6418-Support-additional-parameters-value-types
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git


The following commit(s) were added to refs/heads/feature/UIMA-6418-Support-additional-parameters-value-types by this push:
     new 99cb24a  [UIMA-6418] Support additional parameters value types
99cb24a is described below

commit 99cb24a0de6b5f8efb19cb38a41a49bef9aa99ae
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Fri Feb 18 10:01:57 2022 +0100

    [UIMA-6418] Support additional parameters value types
    
    - Updated documentation
---
 .../src/docbook/ref.xml.component_descriptor.xml                    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/uima-docbook-references/src/docbook/ref.xml.component_descriptor.xml b/uima-docbook-references/src/docbook/ref.xml.component_descriptor.xml
index 5982b13..83656c4 100644
--- a/uima-docbook-references/src/docbook/ref.xml.component_descriptor.xml
+++ b/uima-docbook-references/src/docbook/ref.xml.component_descriptor.xml
@@ -1571,7 +1571,7 @@ uima.tcas.Annotation.</programlisting>
     <name>[String]</name> 
     <externalOverrideName>[String]</externalOverrideName> 
     <description>[String]</description> 
-    <type>String|Integer|Float|Boolean</type> 
+    <type>String|Integer|Long|Float|Double|Boolean</type> 
     <multiValued>true|false</multiValued> 
     <mandatory>true|false</mandatory>
     <overrides>
@@ -1607,8 +1607,8 @@ uima.tcas.Annotation.</programlisting>
             
             <listitem><para><emphasis role="bold">type</emphasis> &ndash; the data
               type of the parameter&apos;s value &ndash; must be one of
-              <literal>String</literal>, <literal>Integer</literal>,
-              <literal>Float</literal>, or <literal>Boolean</literal>
+              <literal>String</literal>, <literal>Integer</literal>, <literal>Long</literal>,
+              <literal>Float</literal>, <literal>Double</literal>, or <literal>Boolean</literal>
               (required).</para></listitem>
             
             <listitem><para><emphasis role="bold">multiValued</emphasis> &ndash;