Class MitabWriterOptions


  • public class MitabWriterOptions
    extends InteractionWriterOptions
    Class that lists all the options for a Mitab writer. The options listed in InteractionWriterOptions are also valid for a MitabWriter
    Since:
    05/12/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Field Detail

      • MITAB_VERSION_OPTION

        public static final String MITAB_VERSION_OPTION
        The mitab version. It must be an enum of type MitabVersion. If it is not provided, it will be considered as 2.7 by default
        See Also:
        Constant Field Values
      • MITAB_HEADER_OPTION

        public static final String MITAB_HEADER_OPTION
        The option to write or not the MITAB header. It must be a boolean value If it is not provided, it will be considered as true by default
        See Also:
        Constant Field Values
      • MITAB_EXTENDED_OPTION

        public static final String MITAB_EXTENDED_OPTION
        The option to select more specialised writers with extended MITAB objects (features and confidences). It must be a boolean value If it is not provided, it will be considered as false.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MitabWriterOptions

        public MitabWriterOptions()