Class StringArrayBuilder

  • All Implemented Interfaces:
    TypeBuilder

    public class StringArrayBuilder
    extends Object
    implements TypeBuilder
    The Builder for String Arrays. Uses Reflection to build A StringArray from a ConcreteType
    Author:
    weigel
    • Constructor Detail

      • StringArrayBuilder

        public StringArrayBuilder()
    • Method Detail

      • buildType

        public org.apache.uima.jcas.cas.TOP buildType​(ConcreteType gtp,
                                                      org.apache.uima.jcas.JCas jcas)
                                               throws org.apache.uima.collection.CollectionException
        Description copied from interface: TypeBuilder
        builds a concrete Type to a subtype of TOP, by using reflection
        Specified by:
        buildType in interface TypeBuilder
        Returns:
        a subtype of TOP
        Throws:
        org.apache.uima.collection.CollectionException