Class Extractor.ExtractInfo

  • Enclosing class:
    Extractor

    private static final class Extractor.ExtractInfo
    extends java.lang.Object
    Internal class holding extraction information.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String attribute
      Target attribute name.
      protected boolean first
      Indicates how to handle repeating values.
      protected java.lang.String parameter
      Name of the parameter to look for.
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtractInfo​(java.lang.String attribute, java.lang.String parameter, boolean first)
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • attribute

        protected java.lang.String attribute
        Target attribute name.
      • first

        protected boolean first
        Indicates how to handle repeating values.
      • parameter

        protected java.lang.String parameter
        Name of the parameter to look for.
    • Constructor Detail

      • ExtractInfo

        public ExtractInfo​(java.lang.String attribute,
                           java.lang.String parameter,
                           boolean first)
        Constructor.
        Parameters:
        attribute - Target attribute name.
        parameter - Name of the parameter to look for.
        first - Indicates how to handle repeating values.