Class TextPointDataSource.Metadata

java.lang.Object
ucar.unidata.data.point.TextPointDataSource.Metadata
Enclosing class:
TextPointDataSource

public static class TextPointDataSource.Metadata extends Object
Class Metadata holds the skipRows and the list of metadata items
Author:
IDV Development Team
  • Constructor Details

    • Metadata

      public Metadata()
      ctor
    • Metadata

      public Metadata(int rows, String delimiter, String skipPattern, List items)
      ctor
      Parameters:
      rows - rows to skip
      delimiter - the delimiter
      skipPattern - the skip pattern
      items - metadata items
  • Method Details

    • setSkipRows

      public void setSkipRows(int value)
      Set the SkipRows property.
      Parameters:
      value - The new value for SkipRows
    • getSkipRows

      public int getSkipRows()
      Get the SkipRows property.
      Returns:
      The SkipRows
    • setItems

      public void setItems(List value)
      Set the Items property.
      Parameters:
      value - The new value for Items
    • getItems

      public List getItems()
      Get the Items property.
      Returns:
      The Items
    • setSkipPattern

      public void setSkipPattern(String value)
      Set the SkipPattern property.
      Parameters:
      value - The new value for SkipPattern
    • getSkipPattern

      public String getSkipPattern()
      Get the SkipPattern property.
      Returns:
      The SkipPattern
    • getDelimiter

      public String getDelimiter()
      Get the delimiter
      Returns:
      the delimiter
    • setDelimiter

      public void setDelimiter(String delimiter)
      Set the delimiter
      Parameters:
      delimiter - the delimiter to set